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