33 #ifndef __vtkImageClip_h
34 #define __vtkImageClip_h
51 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
53 void GetOutputWholeExtent(
int extent[6]);
57 void ResetOutputWholeExtent();
63 vtkSetMacro(ClipData,
int);
64 vtkGetMacro(ClipData,
int);
65 vtkBooleanMacro(ClipData,
int);
69 void SetOutputWholeExtent(
int piece,
int numPieces);
78 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)
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)