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
virtual int ComputeInteractionState(int X, int Y, int modify=0)
draw vtkPolyData onto the image plane
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
represent a vtkRectilinearWipeWidget
virtual void WidgetInteraction(double eventPos[2])
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetImageActor(vtkImageActor *imageActor)
Specify an instance of vtkImageActor to decorate.
make a rectilinear combination of two images.
window superclass for vtkRenderWindow
vtkImageRectilinearWipe * RectilinearWipe
virtual void BuildRepresentation()
Subclasses of vtkRectilinearWipeRepresentation must implement these methods.
vtkImageActor * ImageActor
vtkPolyDataMapper2D * WipeMapper
virtual void GetActors2D(vtkPropCollection *)
Methods to make this class behave as a vtkProp.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
a simple class to control print indentation
static vtkRectilinearWipeRepresentation * New()
Instantiate this class.
object to represent cell connectivity
abstract specification for Viewports
represent surface properties of a 2D image
a actor that draws 2D data
void SetRectilinearWipe(vtkImageRectilinearWipe *wipe)
Specify an instance of vtkImageRectilinearWipe to manipulate.
vtkRectilinearWipeRepresentation()
draw an image in a rendered 3D scene
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RenderOverlay(vtkViewport *viewport)
virtual void StartWidgetInteraction(double eventPos[2])
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
~vtkRectilinearWipeRepresentation()