18 #ifndef vtkAngleRepresentation_h
19 #define vtkAngleRepresentation_h
21 #include "vtkInteractionWidgetsModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
42 virtual double GetAngle() = 0;
50 virtual void GetPoint1WorldPosition(
double pos[3]) = 0;
51 virtual void GetCenterWorldPosition(
double pos[3]) = 0;
52 virtual void GetPoint2WorldPosition(
double pos[3]) = 0;
53 virtual void SetPoint1DisplayPosition(
double pos[3]) = 0;
54 virtual void SetCenterDisplayPosition(
double pos[3]) = 0;
55 virtual void SetPoint2DisplayPosition(
double pos[3]) = 0;
56 virtual void GetPoint1DisplayPosition(
double pos[3]) = 0;
57 virtual void GetCenterDisplayPosition(
double pos[3]) = 0;
58 virtual void GetPoint2DisplayPosition(
double pos[3]) = 0;
73 void InstantiateHandleRepresentation();
91 vtkSetClampMacro(Tolerance,
int, 1, 100);
92 vtkGetMacro(Tolerance,
int);
101 vtkSetStringMacro(LabelFormat);
102 vtkGetStringMacro(LabelFormat);
110 vtkSetMacro(Scale,
double);
111 vtkGetMacro(Scale,
double);
146 virtual void CenterWidgetInteraction(
double e[2]);
181 VTK_ABI_NAMESPACE_END
vtkTypeBool Ray2Visibility
vtkTypeBool Ray1Visibility
abstract class for representing widget handles
vtkHandleRepresentation * HandleRepresentation
abstract specification for renderers
a simple class to control print indentation
represent the vtkAngleWidget
vtkTypeBool ArcVisibility
vtkHandleRepresentation * CenterRepresentation
vtkHandleRepresentation * Point1Representation
vtkHandleRepresentation * Point2Representation