31 #ifndef vtkExtractGrid_h
32 #define vtkExtractGrid_h
34 #include "vtkFiltersExtractionModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
54 vtkSetVector6Macro(VOI,
int);
55 vtkGetVectorMacro(VOI,
int, 6);
66 vtkSetVector3Macro(SampleRate,
int);
67 vtkGetVectorMacro(SampleRate,
int, 3);
111 VTK_ABI_NAMESPACE_END
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.