31 #ifndef vtkExtractRectilinearGrid_h
32 #define vtkExtractRectilinearGrid_h
51 vtkSetVector6Macro(VOI,
int);
52 vtkGetVectorMacro(VOI,
int,6);
61 vtkSetVector3Macro(SampleRate,
int);
62 vtkGetVectorMacro(SampleRate,
int, 3);
72 vtkSetMacro(IncludeBoundary,
int);
73 vtkGetMacro(IncludeBoundary,
int);
74 vtkBooleanMacro(IncludeBoundary,
int);
Superclass for algorithms that produce only rectilinear grid as output.
static vtkRectilinearGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)