36 #ifndef vtkFixedSizeHandleRepresentation3D_h 37 #define vtkFixedSizeHandleRepresentation3D_h 39 #include "vtkInteractionWidgetsModule.h" 75 vtkGetMacro( HandleSizeInPixels,
double );
87 vtkGetMacro( HandleSizeToleranceInPixels,
double );
97 void BuildRepresentation() VTK_OVERRIDE;
102 void WorldToDisplay(
double w[4],
double d[4] );
107 void DisplayToWorld(
double d[4],
double w[4] );
110 double HandleSizeInPixels;
111 double HandleSizeToleranceInPixels;
create a polygonal sphere centered at the origin
static vtkPolygonalHandleRepresentation3D * New()
Instantiate this class.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent a user defined handle geometry in 3D space