Go to the documentation of this file.
32 #ifndef vtkExtractRectilinearGrid_h
33 #define vtkExtractRectilinearGrid_h
35 #include "vtkFiltersExtractionModule.h"
54 vtkSetVector6Macro(VOI,
int);
55 vtkGetVectorMacro(VOI,
int,6);
66 vtkSetVector3Macro(SampleRate,
int);
67 vtkGetVectorMacro(SampleRate,
int, 3);
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only rectilinear grid as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
static vtkRectilinearGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.