Go to the documentation of this file.
42 #ifndef vtkRectilinearWipeRepresentation_h
43 #define vtkRectilinearWipeRepresentation_h
45 #include "vtkInteractionWidgetsModule.h"
96 vtkSetClampMacro(Tolerance,
int,1,10);
97 vtkGetMacro(Tolerance,
int);
155 double StartWipePosition[2];
represent and manipulate 3D points
void StartWidgetInteraction(double eventPos[2]) override
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
make a rectilinear combination of two images.
void WidgetInteraction(double eventPos[2]) override
void BuildRepresentation() override
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
window superclass for vtkRenderWindow
vtkImageRectilinearWipe * RectilinearWipe
vtkImageActor * ImageActor
vtkPolyDataMapper2D * WipeMapper
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
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
Methods invoked by print to print information about the object including superclasses.
void GetActors2D(vtkPropCollection *) override
Methods to make this class behave as a vtkProp.
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
represent surface properties of a 2D image
a actor that draws 2D data
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetRectilinearWipe(vtkImageRectilinearWipe *wipe)
Specify an instance of vtkImageRectilinearWipe to manipulate.
vtkRectilinearWipeRepresentation()
int RenderOverlay(vtkViewport *viewport) override
draw an image in a rendered 3D scene
concrete dataset represents vertices, lines, polygons, and triangle strips
~vtkRectilinearWipeRepresentation() override