32#ifndef vtkBlankStructuredGridWithImage_h
33#define vtkBlankStructuredGridWithImage_h
35#include "vtkFiltersGeneralModule.h"
blank a structured grid with an image
vtkBlankStructuredGridWithImage()
~vtkBlankStructuredGridWithImage() override
vtkImageData * GetBlankingInput()
Set / get the input image used to perform the blanking.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetBlankingInputData(vtkImageData *input)
Set / get the input image used to perform the blanking.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkBlankStructuredGridWithImage * New()
topologically and geometrically regular array of data
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.