35 #ifndef vtkFixedSizeHandleRepresentation3D_h
36 #define vtkFixedSizeHandleRepresentation3D_h
65 vtkSetMacro( HandleSizeInPixels,
double );
66 vtkGetMacro( HandleSizeInPixels,
double );
75 vtkSetMacro( HandleSizeToleranceInPixels,
double );
76 vtkGetMacro( HandleSizeToleranceInPixels,
double );
87 void WorldToDisplay(
double w[4],
double d[4] );
90 void DisplayToWorld(
double d[4],
double w[4] );
double HandleSizeToleranceInPixels
virtual void BuildRepresentation()
create a polygonal sphere centered at the origin
static vtkPolygonalHandleRepresentation3D * New()
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
double HandleSizeInPixels
represent a user defined handle geometry in 3D space
vtkSphereSource * SphereSource