35 #ifndef __vtkBlankStructuredGrid_h
36 #define __vtkBlankStructuredGrid_h
38 #include "vtkFiltersGeneralModule.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
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);
81 vtkSetClampMacro(Component,
int,0,VTK_INT_MAX);
82 vtkGetMacro(Component,
int);
89 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
translate point attribute data into a blanking field
Superclass for algorithms that produce only structured grid as output.
void PrintSelf(ostream &os, vtkIndent indent)