35 #ifndef __vtkFixedSizeHandleRepresentation3D_h
36 #define __vtkFixedSizeHandleRepresentation3D_h
38 #include "vtkInteractionWidgetsModule.h"
54 void PrintSelf(ostream& os, vtkIndent indent);
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)
double HandleSizeInPixels
represent a user defined handle geometry in 3D space
vtkSphereSource * SphereSource