49 #ifndef vtkImageRectilinearWipe_h
50 #define vtkImageRectilinearWipe_h
55 #define VTK_WIPE_QUAD 0
56 #define VTK_WIPE_HORIZONTAL 1
57 #define VTK_WIPE_VERTICAL 2
58 #define VTK_WIPE_LOWER_LEFT 3
59 #define VTK_WIPE_LOWER_RIGHT 4
60 #define VTK_WIPE_UPPER_LEFT 5
61 #define VTK_WIPE_UPPER_RIGHT 6
132 int extent[6],
int threadId);
#define vtkGetMacro(name, type)
#define VTK_WIPE_LOWER_LEFT
#define vtkSetClampMacro(name, type, min, max)
virtual void SetInput1Data(vtkDataObject *in)
#define VTK_WIPE_LOWER_RIGHT
void SetInputData(vtkDataObject *)
#define vtkTypeMacro(thisClass, superclass)
void SetWipeToUpperLeft()
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_WIPE_UPPER_RIGHT
Generic filter that has one input..
void SetWipeToLowerRight()
a simple class to control print indentation
topologically and geometrically regular array of data
#define VTK_WIPE_VERTICAL
#define VTK_WIPE_UPPER_LEFT
make a rectilinear combination of two images.
void SetWipeToUpperRight()
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
virtual void SetInput2Data(vtkDataObject *in)
~vtkImageRectilinearWipe()
static vtkAlgorithm * New()
#define VTKIMAGINGHYBRID_EXPORT
void SetWipeToLowerLeft()
#define VTK_WIPE_HORIZONTAL
void SetWipeToHorizontal()
general representation of visualization data
#define vtkGetVectorMacro(name, type, count)
#define vtkSetVector2Macro(name, type)