|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   28 #ifndef vtkSeedRepresentation_h 
   29 #define vtkSeedRepresentation_h 
   31 #include "vtkInteractionWidgetsModule.h"  
   60   virtual void GetSeedWorldPosition(
unsigned int seedNum, 
double pos[3]);
 
   61   virtual void SetSeedWorldPosition(
unsigned int seedNum, 
double pos[3]);
 
   62   virtual void SetSeedDisplayPosition(
unsigned int seedNum, 
double pos[3]);
 
   63   virtual void GetSeedDisplayPosition(
unsigned int seedNum, 
double pos[3]);
 
   69   int GetNumberOfSeeds();
 
  101   vtkSetClampMacro(Tolerance, 
int, 1, 100);
 
  102   vtkGetMacro(Tolerance, 
int);
 
  117   virtual int GetActiveHandle();
 
  118   virtual void SetActiveHandle(
int handleId);
 
  120   virtual int CreateHandle(
double e[2]);
 
  122   virtual void RemoveLastHandle();
 
  124   virtual void RemoveActiveHandle();
 
  130   virtual void RemoveHandle(
int n);
 
  
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract class for representing widget handles
vtkHandleRepresentation * GetHandleRepresentation()
Returns the model HandleRepresentation.
a simple class to control print indentation
vtkHandleRepresentation * HandleRepresentation
represent the vtkSeedWidget