34 #ifndef vtkImageClip_h 35 #define vtkImageClip_h 40 #include "vtkImagingCoreModule.h" 55 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
57 void GetOutputWholeExtent(
int extent[6]);
61 void ResetOutputWholeExtent();
81 int OutputWholeExtent[6];
record modification and/or execution time
int * GetOutputWholeExtent()
The whole extent of the output has to be set explicitly.
a simple class to control print indentation
Reduces the image extent of the input.
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
#define VTK_SIZEHINT(...)
Generic algorithm superclass for image algs.
static vtkAlgorithm * 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 in response to a REQUEST_DATA request from the executive.