33 #ifndef __vtkImageClip_h
34 #define __vtkImageClip_h
39 #include "vtkImagingCoreModule.h"
47 void PrintSelf(ostream& os, vtkIndent indent);
51 void SetOutputWholeExtent(
int extent[6], vtkInformation *outInfo=0);
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);
70 void SetOutputWholeExtent(
int piece,
int numPieces);
79 int OutputWholeExtent[6];
84 vtkInformationVector **,
85 vtkInformationVector *);
87 void CopyData(vtkImageData *inData, vtkImageData *outData,
int *ext);
90 vtkInformationVector **,
91 vtkInformationVector *);
int * GetOutputWholeExtent()
Reduces the image extent of the input.
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)