 |
VTK
9.1.0
|
Go to the documentation of this file.
31 #ifndef vtkDistanceRepresentation2D_h
32 #define vtkDistanceRepresentation2D_h
35 #include "vtkInteractionWidgetsModule.h"
void SetPoint1WorldPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
double * GetPoint1WorldPosition() override
Methods to Set/Get the coordinates of the two points defining this representation.
represent the vtkDistanceWidget
void SetPoint1DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
vtkDistanceRepresentation2D()
vtkProperty2D * GetAxisProperty()
Retrieve the vtkAxisActor2D used to draw the measurement axis.
void GetPoint1DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
void GetPoint2DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
double * GetPoint2WorldPosition() override
Methods to Set/Get the coordinates of the two points defining this representation.
window superclass for vtkRenderWindow
int RenderOpaqueGeometry(vtkViewport *viewport) override
Methods required by vtkProp superclass.
void GetPoint2WorldPosition(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.
~vtkDistanceRepresentation2D() override
void SetPoint2WorldPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
represent the vtkDistanceWidget
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
void SetPoint2DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
a simple class to control print indentation
int RenderOverlay(vtkViewport *viewport) override
Methods required by vtkProp superclass.
vtkAxisActor2D * AxisActor
abstract specification for Viewports
static vtkDistanceRepresentation2D * New()
Instantiate class.
represent surface properties of a 2D image
double GetDistance() override
Satisfy the superclasses API.
vtkAxisActor2D * GetAxis()
Retrieve the vtkAxisActor2D used to draw the measurement axis.
void GetPoint1WorldPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
Create an axis with tick marks and labels.
vtkProperty2D * AxisProperty
void ReleaseGraphicsResources(vtkWindow *w) override
Methods required by vtkProp superclass.