Go to the documentation of this file.
37 #ifndef vtkDistanceRepresentation2D_h
38 #define vtkDistanceRepresentation2D_h
40 #include "vtkInteractionWidgetsModule.h"
67 {
return this->Distance;}
represent the vtkDistanceWidget
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void GetPoint1DisplayPosition(double pos[3])=0
window superclass for vtkRenderWindow
represent the vtkDistanceWidget
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
a simple class to control print indentation
virtual void SetPoint1WorldPosition(double pos[3])=0
vtkAxisActor2D * AxisActor
abstract specification for Viewports
represent surface properties of a 2D image
double GetDistance() override
Satisfy the superclasses API.
virtual double * GetPoint2WorldPosition()=0
virtual double * GetPoint1WorldPosition()=0
virtual void SetPoint2WorldPosition(double pos[3])=0
Create an axis with tick marks and labels.
vtkProperty2D * AxisProperty
virtual void GetPoint2DisplayPosition(double pos[3])=0
virtual void SetPoint2DisplayPosition(double pos[3])=0
virtual void SetPoint1DisplayPosition(double pos[3])=0