36 #ifndef vtkBlankStructuredGrid_h 37 #define vtkBlankStructuredGrid_h 39 #include "vtkFiltersGeneralModule.h" 54 vtkSetMacro(MinBlankingValue,
double);
55 vtkGetMacro(MinBlankingValue,
double);
63 vtkSetMacro(MaxBlankingValue,
double);
64 vtkGetMacro(MaxBlankingValue,
double);
73 vtkSetStringMacro(ArrayName);
74 vtkGetStringMacro(ArrayName);
83 vtkSetMacro(ArrayId,
int);
84 vtkGetMacro(ArrayId,
int);
93 vtkGetMacro(Component,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkStructuredGridAlgorithm * New()
translate point attribute data into a blanking field
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.