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
73 vtkSetVector2Macro(Position,
int);
74 vtkGetVectorMacro(Position,
int,2);
80 vtkSetVector2Macro(Axis,
int);
81 vtkGetVectorMacro(Axis,
int,2);
106 vtkGetMacro(Wipe,
int);
132 int extent[6],
int threadId);
#define VTK_WIPE_LOWER_LEFT
virtual void SetInput1Data(vtkDataObject *in)
#define VTK_WIPE_LOWER_RIGHT
void SetInputData(vtkDataObject *)
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