25#ifndef vtkDistanceRepresentation2D_h
26#define vtkDistanceRepresentation2D_h
29#include "vtkInteractionWidgetsModule.h"
32VTK_ABI_NAMESPACE_BEGIN
Create an axis with tick marks and labels.
double GetDistance() override
Satisfy the superclasses API.
vtkDistanceRepresentation2D()
double * GetPoint1WorldPosition() override
Methods to Set/Get the coordinates of the two points defining this representation.
vtkAxisActor2D * GetAxis()
Retrieve the vtkAxisActor2D used to draw the measurement axis.
void GetPoint2DisplayPosition(double pos[3]) VTK_FUTURE_CONST override
Methods to Set/Get the coordinates of the two points defining this representation.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
void SetPoint1WorldPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
static vtkDistanceRepresentation2D * New()
Instantiate class.
vtkProperty2D * AxisProperty
double * GetPoint2WorldPosition() override
Methods to Set/Get the coordinates of the two points defining this representation.
int RenderOpaqueGeometry(vtkViewport *viewport) override
Methods required by vtkProp superclass.
void SetPoint2WorldPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
void BuildRepresentation() override
Method to satisfy superclasses' API.
void GetPoint1DisplayPosition(double pos[3]) VTK_FUTURE_CONST override
Methods to Set/Get the coordinates of the two points defining this representation.
void ReleaseGraphicsResources(vtkWindow *w) override
Methods required by vtkProp superclass.
vtkNew< vtkAxisActor2D > AxisActor
vtkProperty2D * GetAxisProperty()
Retrieve the vtkAxisActor2D used to draw the measurement axis.
void SetPoint2DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
int RenderOverlay(vtkViewport *viewport) override
Methods required by vtkProp superclass.
void SetPoint1DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
vtkDistanceRepresentation()
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)