Go to the documentation of this file.
45 #ifndef vtkHandleRepresentation_h
46 #define vtkHandleRepresentation_h
48 #include "vtkInteractionWidgetsModule.h"
75 virtual void SetDisplayPosition(
double pos[3]);
76 virtual void GetDisplayPosition(
double pos[3]);
78 virtual
void SetWorldPosition(
double pos[3]);
79 virtual
void GetWorldPosition(
double pos[3]);
89 vtkSetClampMacro(Tolerance,
int,1,100);
90 vtkGetMacro(Tolerance,
int);
120 vtkSetClampMacro(InteractionState,
int,Outside,Scaling);
141 virtual int CheckConstraint(
vtkRenderer *renderer,
double pos[2]);
148 virtual void DeepCopy(
vtkProp *prop);
vtkTypeBool ActiveRepresentation
Abstract interface to translate 2D display positions to world coordinates.
record modification and/or execution time
abstract class for representing widget handles
vtkTimeStamp WorldPositionTime
#define VTK_SIZEHINT(...)
vtkCoordinate * DisplayPosition
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
abstract superclass for all actors, volumes and annotations
abstract specification for renderers
vtkCoordinate * WorldPosition
vtkTimeStamp DisplayPositionTime
vtkPointPlacer * PointPlacer
vtkTypeUInt32 vtkMTimeType