24 #ifndef vtkDistanceRepresentation_h
25 #define vtkDistanceRepresentation_h
27 #include "vtkInteractionWidgetsModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
60 virtual
void SetPoint1DisplayPosition(
double pos[3]) = 0;
61 virtual
void SetPoint2DisplayPosition(
double pos[3]) = 0;
62 virtual
void GetPoint1DisplayPosition(
double pos[3]) = 0;
63 virtual
void GetPoint2DisplayPosition(
double pos[3]) = 0;
64 virtual
void SetPoint1WorldPosition(
double pos[3]) = 0;
65 virtual
void SetPoint2WorldPosition(
double pos[3]) = 0;
80 void InstantiateHandleRepresentation();
99 vtkSetClampMacro(Tolerance,
int, 1, 100);
100 vtkGetMacro(Tolerance,
int);
109 vtkSetStringMacro(LabelFormat);
110 vtkGetStringMacro(LabelFormat);
122 vtkSetMacro(Scale,
double);
123 vtkGetMacro(Scale,
double);
143 vtkGetMacro(RulerDistance,
double);
155 vtkGetMacro(NumberOfRulerTicks,
int);
175 unsigned long event,
void* calldata)
override;
177 unsigned long event,
void* calldata)
override;
179 unsigned long event,
void* calldata,
int modify = 0)
override;
211 VTK_ABI_NAMESPACE_END
represent the vtkDistanceWidget
int ComputeInteractionState(int X, int Y, int modify=0) override
These are methods that satisfy vtkWidgetRepresentation's API.
int ComputeComplexInteractionState(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata, int modify=0) override
These are methods that satisfy vtkWidgetRepresentation's API.
virtual void GetPoint1WorldPosition(double pos[3])=0
Methods to Set/Get the coordinates of the two points defining this representation.
void StartComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
These are methods that satisfy vtkWidgetRepresentation's API.
vtkDistanceRepresentation()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
virtual double GetDistance()=0
This representation and all subclasses must keep a distance consistent with the state of the widget.
virtual void GetPoint2WorldPosition(double pos[3])=0
Methods to Set/Get the coordinates of the two points defining this representation.
vtkHandleRepresentation * Point2Representation
virtual double * GetPoint1WorldPosition()=0
Methods to Set/Get the coordinates of the two points defining this representation.
vtkHandleRepresentation * HandleRepresentation
~vtkDistanceRepresentation() override
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
void WidgetInteraction(double e[2]) override
These are methods that satisfy vtkWidgetRepresentation's API.
vtkHandleRepresentation * Point1Representation
void ComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
These are methods that satisfy vtkWidgetRepresentation's API.
void StartWidgetInteraction(double e[2]) override
These are methods that satisfy vtkWidgetRepresentation's API.
abstract class for representing widget handles
a simple class to control print indentation
platform-independent render window interaction including picking and frame rate control.
#define VTK_SIZEHINT(...)