Go to the documentation of this file.
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 RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only structured grid as output.
static vtkStructuredGridAlgorithm * New()
record modification and/or execution time
topologically regular array of data
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
Reduces the image extent of the input.
~vtkStructuredGridClip() override
int * GetOutputWholeExtent()