28 #ifndef vtkStructuredGridClip_h 29 #define vtkStructuredGridClip_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];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkStructuredGridClip() override
record modification and/or execution time
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.
topologically regular array of data
Reduces the image extent of the input.