16 #ifndef vtkRectilinearGridClip_h
17 #define vtkRectilinearGridClip_h
22 #include "vtkFiltersGeneralModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
38 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
39 void GetOutputWholeExtent(
int extent[6]);
43 void ResetOutputWholeExtent();
63 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.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.