35 #ifndef vtkBlankStructuredGrid_h
36 #define vtkBlankStructuredGrid_h
51 vtkSetMacro(MinBlankingValue,
double);
52 vtkGetMacro(MinBlankingValue,
double);
58 vtkSetMacro(MaxBlankingValue,
double);
59 vtkGetMacro(MaxBlankingValue,
double);
66 vtkSetStringMacro(ArrayName);
67 vtkGetStringMacro(ArrayName);
74 vtkSetMacro(ArrayId,
int);
75 vtkGetMacro(ArrayId,
int);
82 vtkGetMacro(Component,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKFILTERSGENERAL_EXPORT