45 #ifndef __vtkExtractGrid_h
46 #define __vtkExtractGrid_h
62 vtkSetVector6Macro(VOI,
int);
63 vtkGetVectorMacro(VOI,
int,6);
72 vtkSetVector3Macro(SampleRate,
int);
73 vtkGetVectorMacro(SampleRate,
int, 3);
83 vtkSetMacro(IncludeBoundary,
int);
84 vtkGetMacro(IncludeBoundary,
int);
85 vtkBooleanMacro(IncludeBoundary,
int);
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)