45 #ifndef vtkExtractGrid_h
46 #define vtkExtractGrid_h
65 vtkSetVector6Macro(VOI,
int);
66 vtkGetVectorMacro(VOI,
int,6);
75 vtkSetVector3Macro(SampleRate,
int);
76 vtkGetVectorMacro(SampleRate,
int, 3);
86 vtkSetMacro(IncludeBoundary,
int);
87 vtkGetMacro(IncludeBoundary,
int);
88 vtkBooleanMacro(IncludeBoundary,
int);
103 bool RequestDataImpl(
int voi[6],
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
void PrintSelf(ostream &os, vtkIndent indent)