 |
VTK
9.1.0
|
Go to the documentation of this file.
58 #ifndef vtkRectilinearWipeRepresentation_h
59 #define vtkRectilinearWipeRepresentation_h
61 #include "vtkInteractionWidgetsModule.h"
111 vtkSetClampMacro(Tolerance,
int, 1, 10);
112 vtkGetMacro(Tolerance,
int);
170 double StartWipePosition[2];
represent and manipulate 3D points
void StartWidgetInteraction(double eventPos[2]) override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
draw vtkPolyData onto the image plane
represent a vtkRectilinearWipeWidget
void SetImageActor(vtkImageActor *imageActor)
Specify an instance of vtkImageActor to decorate.
int ComputeInteractionState(int X, int Y, int modify=0) override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
make a rectilinear combination of two images.
void WidgetInteraction(double eventPos[2]) override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
void BuildRepresentation() override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Methods to make this class behave as a vtkProp.
window superclass for vtkRenderWindow
vtkImageRectilinearWipe * RectilinearWipe
vtkImageActor * ImageActor
vtkPolyDataMapper2D * WipeMapper
void ReleaseGraphicsResources(vtkWindow *) override
Methods to make this class behave as a vtkProp.
a simple class to control print indentation
static vtkRectilinearWipeRepresentation * New()
Instantiate this class.
object to represent cell connectivity
abstract specification for Viewports
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
void GetActors2D(vtkPropCollection *) override
Methods to make this class behave as a vtkProp.
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
Methods to make this class behave as a vtkProp.
represent surface properties of a 2D image
a actor that draws 2D data
int RenderOpaqueGeometry(vtkViewport *viewport) override
Methods to make this class behave as a vtkProp.
void SetRectilinearWipe(vtkImageRectilinearWipe *wipe)
Specify an instance of vtkImageRectilinearWipe to manipulate.
vtkRectilinearWipeRepresentation()
int RenderOverlay(vtkViewport *viewport) override
Methods to make this class behave as a vtkProp.
draw an image in a rendered 3D scene
concrete dataset represents vertices, lines, polygons, and triangle strips
~vtkRectilinearWipeRepresentation() override