 |
VTK
9.0.1
|
Go to the documentation of this file.
36 #ifndef vtkFixedSizeHandleRepresentation3D_h
37 #define vtkFixedSizeHandleRepresentation3D_h
39 #include "vtkInteractionWidgetsModule.h"
73 vtkSetMacro(HandleSizeInPixels,
double);
74 vtkGetMacro(HandleSizeInPixels,
double);
85 vtkSetMacro(HandleSizeToleranceInPixels,
double);
86 vtkGetMacro(HandleSizeToleranceInPixels,
double);
void DisplayToWorld(double d[4], double w[4])
Convenience method to convert from display to world.
represent a user defined handle geometry in 3D space
double HandleSizeInPixels
static vtkFixedSizeHandleRepresentation3D * New()
Instantiate this class.
create a polygonal sphere centered at the origin
~vtkFixedSizeHandleRepresentation3D() override
a simple class to control print indentation
vtkSphereSource * SphereSource
void BuildRepresentation() override
Recomputes the handle world size based on the set display size.
vtkFixedSizeHandleRepresentation3D()
void WorldToDisplay(double w[4], double d[4])
Convenience method to convert from world to display.
double HandleSizeToleranceInPixels
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.