 |
VTK
9.0.1
|
Go to the documentation of this file.
47 #ifndef vtkImageRectilinearWipe_h
48 #define vtkImageRectilinearWipe_h
50 #include "vtkImagingHybridModule.h"
53 #define VTK_WIPE_QUAD 0
54 #define VTK_WIPE_HORIZONTAL 1
55 #define VTK_WIPE_VERTICAL 2
56 #define VTK_WIPE_LOWER_LEFT 3
57 #define VTK_WIPE_LOWER_RIGHT 4
58 #define VTK_WIPE_UPPER_LEFT 5
59 #define VTK_WIPE_UPPER_RIGHT 6
73 vtkSetVector2Macro(Position,
int);
74 vtkGetVectorMacro(Position,
int, 2);
82 vtkSetVector2Macro(Axis,
int);
83 vtkGetVectorMacro(Axis,
int, 2);
112 vtkGetMacro(Wipe,
int);
128 int extent[6],
int threadId)
override;
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,...
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
~vtkImageRectilinearWipe() override
#define VTK_WIPE_LOWER_RIGHT
void SetInputData(vtkDataObject *)
Assign a data object as input.
void SetWipeToUpperLeft()
void SetWipeToUpperRight()
void SetWipeToLowerRight()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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()
static vtkAlgorithm * New()
virtual void SetInput2Data(vtkDataObject *in)
void SetWipeToHorizontal()
general representation of visualization data
#define VTK_WIPE_UPPER_RIGHT