 |
VTK
9.0.1
|
Go to the documentation of this file.
31 #ifndef vtkAngleRepresentation3D_h
32 #define vtkAngleRepresentation3D_h
35 #include "vtkInteractionWidgetsModule.h"
77 virtual void SetPoint1WorldPosition(
double pos[3]);
79 virtual void SetCenterWorldPosition(
double pos[3]);
81 virtual void SetPoint2WorldPosition(
double pos[3]);
104 virtual void SetTextActorScale(
double scale[3]);
105 virtual double* GetTextActorScale();
143 double TextPosition[3];
map vtkPolyData to graphics primitives
a subclass of actor that always faces the camera
vtkPolyDataMapper * TextMapper
virtual void GetCenterDisplayPosition(double pos[3])=0
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 SetPoint2DisplayPosition(double pos[3])=0
vtkLineSource * Line1Source
void BuildRepresentation() override
These are methods that satisfy vtkWidgetRepresentation's API.
virtual double GetAngle()=0
This representation and all subclasses must keep an angle (in degrees) consistent with the state of t...
vtkPolyDataMapper * Line1Mapper
window superclass for vtkRenderWindow
vtkPolyDataMapper * ArcMapper
virtual void GetPoint2WorldPosition(double pos[3])=0
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
create a line defined by two end points
vtkLineSource * Line2Source
abstract specification for Viewports
represent the vtkAngleWidget
represent text properties.
virtual void SetPoint1DisplayPosition(double pos[3])=0
virtual void GetPoint1DisplayPosition(double pos[3])=0
virtual void GetPoint2DisplayPosition(double pos[3])=0
vtkPolyDataMapper * Line2Mapper
virtual void GetCenterWorldPosition(double pos[3])=0
represent surface properties of a geometric object
vtkVectorText * TextInput
virtual void SetCenterDisplayPosition(double pos[3])=0
represent the vtkAngleWidget
virtual void GetPoint1WorldPosition(double pos[3])=0
Methods to Set/Get the coordinates of the three points defining this representation.