28 #ifndef vtkRectilinearGridClip_h 29 #define vtkRectilinearGridClip_h 34 #include "vtkFiltersGeneralModule.h" 49 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
51 void GetOutputWholeExtent(
int extent[6]);
55 void ResetOutputWholeExtent();
75 int OutputWholeExtent[6];
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Superclass for algorithms that produce only rectilinear grid as output.
static vtkRectilinearGridAlgorithm * New()
record modification and/or execution time
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.
Reduces the image extent of the input.
~vtkRectilinearGridClip() override
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.