25#ifndef vtkDistanceRepresentation2D_h
26#define vtkDistanceRepresentation2D_h
29#include "vtkInteractionWidgetsModule.h"
32VTK_ABI_NAMESPACE_BEGIN
65 double* GetPoint1WorldPosition() override;
67 double* GetPoint2WorldPosition() override;
69 void GetPoint1WorldPosition(
double pos[3]) VTK_FUTURE_CONST override;
71 void GetPoint2WorldPosition(
double pos[3]) VTK_FUTURE_CONST override;
73 void SetPoint1WorldPosition(
double pos[3]) override;
75 void SetPoint2WorldPosition(
double pos[3]) override;
79 void SetPoint1DisplayPosition(
double pos[3]) override;
81 void SetPoint2DisplayPosition(
double pos[3]) override;
83 void GetPoint1DisplayPosition(
double pos[3]) VTK_FUTURE_CONST override;
85 void GetPoint2DisplayPosition(
double pos[3]) VTK_FUTURE_CONST override;
100 void BuildRepresentation() override;
Create an axis with tick marks and labels.
represent the vtkDistanceWidget
double GetDistance() override
Satisfy the superclasses API.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
static vtkDistanceRepresentation2D * New()
Instantiate class.
represent the vtkDistanceWidget
a simple class to control print indentation
Allocate and hold a VTK object.
represent surface properties of a 2D image
abstract specification for Viewports
window superclass for vtkRenderWindow
#define VTK_MARSHAL_EXCLUDE_REASON_IS_REDUNDANT
#define VTK_MARSHALEXCLUDE(reason)