34 #ifndef vtkAngleRepresentation3D_h
35 #define vtkAngleRepresentation3D_h
37 #include "vtkInteractionWidgetsModule.h"
146 double TextPosition[3];
represents an object (geometry & properties) in a rendered scene
represent the vtkAngleWidget
virtual void GetPoint2DisplayPosition(double pos[3])
virtual void ReleaseGraphicsResources(vtkWindow *w)
Methods required by vtkProp superclass.
virtual void GetCenterWorldPosition(double pos[3])
virtual void GetCenterDisplayPosition(double pos[3])
virtual void GetPoint1WorldPosition(double pos[3])
Methods to Set/Get the coordinates of the two points defining this representation.
vtkAngleRepresentation3D()
virtual void SetCenterWorldPosition(double pos[3])
virtual void SetPoint2WorldPosition(double pos[3])
void BuildRepresentation()
Method defined by vtkWidgetRepresentation superclass and needed here.
virtual double * GetTextActorScale()
vtkPolyDataMapper * Line1Mapper
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual void SetTextActorScale(double scale[3])
Scale text.
virtual void SetCenterDisplayPosition(double pos[3])
virtual void GetPoint1DisplayPosition(double pos[3])
virtual void SetPoint1DisplayPosition(double pos[3])
vtkPolyDataMapper * TextMapper
vtkVectorText * TextInput
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkLineSource * Line2Source
virtual void SetPoint1WorldPosition(double pos[3])
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataMapper * ArcMapper
vtkLineSource * Line1Source
static vtkAngleRepresentation3D * New()
Instantiate class.
virtual void SetPoint2DisplayPosition(double pos[3])
virtual void GetPoint2WorldPosition(double pos[3])
~vtkAngleRepresentation3D()
vtkPolyDataMapper * Line2Mapper
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
virtual double GetAngle()
Satisfy the superclasses API.
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