43 #ifndef vtkExtractGrid_h
44 #define vtkExtractGrid_h
46 #include "vtkFiltersExtractionModule.h"
65 vtkSetVector6Macro(VOI,
int);
66 vtkGetVectorMacro(VOI,
int, 6);
77 vtkSetVector3Macro(SampleRate,
int);
78 vtkGetVectorMacro(SampleRate,
int, 3);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.