33 #ifndef vtkImageClip_h
34 #define vtkImageClip_h
52 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
54 void GetOutputWholeExtent(
int extent[6]);
58 void ResetOutputWholeExtent();
64 vtkSetMacro(ClipData,
int);
65 vtkGetMacro(ClipData,
int);
66 vtkBooleanMacro(ClipData,
int);
76 int OutputWholeExtent[6];
record modification and/or execution time
int * GetOutputWholeExtent()
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)
#define VTKIMAGINGCORE_EXPORT
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)