57#ifndef vtkImageRectilinearWipe_h
58#define vtkImageRectilinearWipe_h
60#include "vtkImagingHybridModule.h"
63#define VTK_WIPE_QUAD 0
64#define VTK_WIPE_HORIZONTAL 1
65#define VTK_WIPE_VERTICAL 2
66#define VTK_WIPE_LOWER_LEFT 3
67#define VTK_WIPE_LOWER_RIGHT 4
68#define VTK_WIPE_UPPER_LEFT 5
69#define VTK_WIPE_UPPER_RIGHT 6
71VTK_ABI_NAMESPACE_BEGIN
84 vtkSetVector2Macro(Position,
int);
85 vtkGetVectorMacro(Position,
int, 2);
93 vtkSetVector2Macro(Axis,
int);
94 vtkGetVectorMacro(Axis,
int, 2);
123 vtkGetMacro(Wipe,
int);
139 int outExt[6],
int threadId)
override;
general representation of visualization data
void SetInputData(vtkDataObject *)
Assign a data object as input.
topologically and geometrically regular array of data
make a rectilinear combination of two images.
~vtkImageRectilinearWipe() override=default
void SetWipeToVertical()
Specify the wipe mode.
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 SetWipeToUpperRight()
Specify the wipe mode.
void SetWipeToQuad()
Specify the wipe mode.
virtual void SetInput1Data(vtkDataObject *in)
Set the two inputs to this filter.
void SetWipeToLowerLeft()
Specify the wipe mode.
static vtkImageRectilinearWipe * New()
virtual void SetInput2Data(vtkDataObject *in)
void SetWipeToHorizontal()
Specify the wipe mode.
vtkImageRectilinearWipe()
void SetWipeToLowerRight()
Specify the wipe mode.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetWipeToUpperLeft()
Specify the wipe mode.
a simple class to control print indentation
Generic filter that has one input.
#define VTK_WIPE_VERTICAL
#define VTK_WIPE_HORIZONTAL
#define VTK_WIPE_UPPER_RIGHT
#define VTK_WIPE_LOWER_RIGHT
#define VTK_WIPE_LOWER_LEFT
#define VTK_WIPE_UPPER_LEFT