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