31 #ifndef vtkSeedRepresentation_h 32 #define vtkSeedRepresentation_h 34 #include "vtkInteractionWidgetsModule.h" 64 virtual void GetSeedWorldPosition(
unsigned int seedNum,
double pos[3] );
65 virtual void SetSeedWorldPosition(
unsigned int seedNum,
double pos[3] );
66 virtual void SetSeedDisplayPosition(
unsigned int seedNum,
double pos[3] );
67 virtual void GetSeedDisplayPosition(
unsigned int seedNum,
double pos[3] );
73 int GetNumberOfSeeds();
98 return this->HandleRepresentation;
108 vtkSetClampMacro( Tolerance,
int, 1, 100 );
109 vtkGetMacro( Tolerance,
int );
124 virtual int GetActiveHandle();
125 virtual void SetActiveHandle(
int handleId );
127 virtual int CreateHandle(
double e[2] );
129 virtual void RemoveLastHandle();
131 virtual void RemoveActiveHandle();
137 virtual void RemoveHandle(
int n );
abstract class for representing widget handles
a simple class to control print indentation
vtkHandleRepresentation * GetHandleRepresentation()
Returns the model HandleRepresentation.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkHandleRepresentation * HandleRepresentation
represent the vtkSeedWidget