31 #ifndef __vtkExtractRectilinearGrid_h
32 #define __vtkExtractRectilinearGrid_h
48 vtkSetVector6Macro(VOI,
int);
49 vtkGetVectorMacro(VOI,
int,6);
58 vtkSetVector3Macro(SampleRate,
int);
59 vtkGetVectorMacro(SampleRate,
int, 3);
69 vtkSetMacro(IncludeBoundary,
int);
70 vtkGetMacro(IncludeBoundary,
int);
71 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)