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