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