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