Go to the documentation of this file.
33 #ifndef vtkImageClip_h
34 #define vtkImageClip_h
76 int OutputWholeExtent[6];
void ResetOutputWholeExtent()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageClip * New()
void GetOutputWholeExtent(int extent[6])
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
record modification and/or execution time
#define vtkTypeMacro(thisClass, superclass)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generic algorithm superclass for image algs.
void CopyData(vtkImageData *inData, vtkImageData *outData, int *ext)
topologically and geometrically regular array of data
a simple class to control print indentation
#define vtkGetMacro(name, type)
Reduces the image extent of the input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTKIMAGINGCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
int * GetOutputWholeExtent()
void SetOutputWholeExtent(int extent[6], vtkInformation *outInfo=0)