 |
VTK
9.1.0
|
Go to the documentation of this file.
66 #ifndef vtkImageRectilinearWipe_h
67 #define vtkImageRectilinearWipe_h
69 #include "vtkImagingHybridModule.h"
72 #define VTK_WIPE_QUAD 0
73 #define VTK_WIPE_HORIZONTAL 1
74 #define VTK_WIPE_VERTICAL 2
75 #define VTK_WIPE_LOWER_LEFT 3
76 #define VTK_WIPE_LOWER_RIGHT 4
77 #define VTK_WIPE_UPPER_LEFT 5
78 #define VTK_WIPE_UPPER_RIGHT 6
101 vtkSetVector2Macro(Axis,
int);
102 vtkGetVectorMacro(Axis,
int, 2);
131 vtkGetMacro(Wipe,
int);
147 int outExt[6],
int threadId)
override;
static vtkImageRectilinearWipe * New()
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int threadId) override
If the subclass does not define an Execute method, then the task will be broken up,...
void SetWipeToVertical()
Specify the wipe mode.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetInput1Data(vtkDataObject *in)
Set the two inputs to this filter.
#define VTK_WIPE_VERTICAL
Generic filter that has one input.
make a rectilinear combination of two images.
#define VTK_WIPE_HORIZONTAL
#define VTK_WIPE_LOWER_RIGHT
~vtkImageRectilinearWipe() override=default
void SetInputData(vtkDataObject *)
Assign a data object as input.
void SetWipeToUpperLeft()
Specify the wipe mode.
void SetWipeToUpperRight()
Specify the wipe mode.
void SetWipeToLowerRight()
Specify the wipe mode.
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_WIPE_LOWER_LEFT
#define VTK_WIPE_UPPER_LEFT
void SetWipeToLowerLeft()
Specify the wipe mode.
struct Position_t Position
virtual void SetInput2Data(vtkDataObject *in)
void SetWipeToHorizontal()
Specify the wipe mode.
general representation of visualization data
vtkImageRectilinearWipe()
void SetWipeToQuad()
Specify the wipe mode.
#define VTK_WIPE_UPPER_RIGHT