50 #ifndef vtkImageRectilinearWipe_h 51 #define vtkImageRectilinearWipe_h 53 #include "vtkImagingHybridModule.h" 56 #define VTK_WIPE_QUAD 0 57 #define VTK_WIPE_HORIZONTAL 1 58 #define VTK_WIPE_VERTICAL 2 59 #define VTK_WIPE_LOWER_LEFT 3 60 #define VTK_WIPE_LOWER_RIGHT 4 61 #define VTK_WIPE_UPPER_LEFT 5 62 #define VTK_WIPE_UPPER_RIGHT 6 76 vtkSetVector2Macro(Position,
int);
77 vtkGetVectorMacro(Position,
int,2);
85 vtkSetVector2Macro(Axis,
int);
86 vtkGetVectorMacro(Axis,
int,2);
115 vtkGetMacro(Wipe,
int);
141 int extent[6],
int threadId)
override;
void SetWipeToVertical()
Specify the wipe mode.
#define VTK_WIPE_LOWER_LEFT
virtual void SetInput1Data(vtkDataObject *in)
Set the two inputs to this filter.
#define VTK_WIPE_LOWER_RIGHT
~vtkImageRectilinearWipe() override
void SetInputData(vtkDataObject *)
Assign a data object as input.
void SetWipeToUpperLeft()
Specify the wipe mode.
#define VTK_WIPE_UPPER_RIGHT
Generic filter that has one input.
void SetWipeToLowerRight()
Specify the wipe mode.
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()
Specify the wipe mode.
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method.
virtual void SetInput2Data(vtkDataObject *in)
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetWipeToLowerLeft()
Specify the wipe mode.
#define VTK_WIPE_HORIZONTAL
void SetWipeToHorizontal()
Specify the wipe mode.
general representation of visualization data
void SetWipeToQuad()
Specify the wipe mode.