33 #ifndef vtkBlankStructuredGrid_h 34 #define vtkBlankStructuredGrid_h 36 #include "vtkFiltersGeneralModule.h" 51 vtkSetMacro(MinBlankingValue,
double);
52 vtkGetMacro(MinBlankingValue,
double);
60 vtkSetMacro(MaxBlankingValue,
double);
61 vtkGetMacro(MaxBlankingValue,
double);
70 vtkSetStringMacro(ArrayName);
71 vtkGetStringMacro(ArrayName);
80 vtkSetMacro(ArrayId,
int);
81 vtkGetMacro(ArrayId,
int);
90 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.