20 #ifndef vtkExtractRectilinearGrid_h
21 #define vtkExtractRectilinearGrid_h
23 #include "vtkFiltersExtractionModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
43 vtkSetVector6Macro(VOI,
int);
44 vtkGetVectorMacro(VOI,
int, 6);
55 vtkSetVector3Macro(SampleRate,
int);
56 vtkGetVectorMacro(SampleRate,
int, 3);
100 VTK_ABI_NAMESPACE_END
Superclass for algorithms that produce only rectilinear grid as output.
static vtkRectilinearGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.