30 #ifndef vtkSeedRepresentation_h
31 #define vtkSeedRepresentation_h
56 virtual void GetSeedWorldPosition(
unsigned int seedNum,
double pos[3] );
57 virtual void SetSeedDisplayPosition(
unsigned int seedNum,
double pos[3] );
58 virtual void GetSeedDisplayPosition(
unsigned int seedNum,
double pos[3] );
62 int GetNumberOfSeeds();
81 return this->HandleRepresentation;
89 vtkSetClampMacro( Tolerance,
int, 1, 100 );
90 vtkGetMacro( Tolerance,
int );
103 virtual int GetActiveHandle();
105 virtual int CreateHandle(
double e[2] );
107 virtual void RemoveLastHandle();
109 virtual void RemoveActiveHandle();
113 virtual void RemoveHandle(
int n );
abstract class for representing widget handles
a simple class to control print indentation
vtkHandleRepresentation * GetHandleRepresentation()
vtkHandleRepresentation * HandleRepresentation
represent the vtkSeedWidget