31#ifndef vtkAngleRepresentation3D_h
32#define vtkAngleRepresentation3D_h
35#include "vtkInteractionWidgetsModule.h"
143 double TextPosition[3];
represents an object (geometry & properties) in a rendered scene
represent the vtkAngleWidget
int RenderOpaqueGeometry(vtkViewport *) override
Methods required by vtkProp superclass.
void GetPoint1WorldPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
virtual double * GetTextActorScale()
Scale text.
void GetCenterDisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
vtkAngleRepresentation3D()
void SetPoint1DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
void BuildRepresentation() override
Method defined by vtkWidgetRepresentation superclass and needed here.
virtual void SetCenterWorldPosition(double pos[3])
Methods to Set/Get the coordinates of the two points defining this representation.
void SetCenterDisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
virtual void SetPoint2WorldPosition(double pos[3])
Methods to Set/Get the coordinates of the two points defining this representation.
vtkPolyDataMapper * Line1Mapper
virtual void SetTextActorScale(double scale[3])
Scale text.
void SetPoint2DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods.
double GetAngle() override
Satisfy the superclasses API.
~vtkAngleRepresentation3D() override
void GetCenterWorldPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
vtkPolyDataMapper * TextMapper
void GetPoint2WorldPosition(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.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Methods required by vtkProp superclass.
vtkVectorText * TextInput
static vtkAngleRepresentation3D * New()
Instantiate class.
vtkLineSource * Line2Source
virtual void SetPoint1WorldPosition(double pos[3])
Methods to Set/Get the coordinates of the two points defining this representation.
void GetPoint1DisplayPosition(double pos[3]) override
Methods to Set/Get the coordinates of the two points defining this representation.
vtkPolyDataMapper * ArcMapper
vtkLineSource * Line1Source
vtkTypeBool HasTranslucentPolygonalGeometry() override
Methods required by vtkProp superclass.
void ReleaseGraphicsResources(vtkWindow *w) override
Methods required by vtkProp superclass.
vtkPolyDataMapper * Line2Mapper
represent the vtkAngleWidget
a subclass of actor that always faces the camera
a simple class to control print indentation
create a line defined by two end points
map vtkPolyData to graphics primitives
represent surface properties of a geometric object
represent text properties.
abstract specification for Viewports
window superclass for vtkRenderWindow