24#ifndef _PO_CIRCLE_ARC3_THREE_PTS_
25#define _PO_CIRCLE_ARC3_THREE_PTS_
92 { init(
FALSE, _startPoint, _middlePoint, _endPoint) ; }
101 static void initClass() ;
102 static void exitClass() ;
109 virtual void setDefaultOnNonWritingFields() ;
118 FieldSensorList fieldSensorList ;
#define TRUE
Possible value of SbBool.
#define FALSE
Possible value of SbBool.
#define SO_KIT_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract class for 3D ci...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class to build a 3D circ...
PoCircleArc3ThreePts()
Default constructor.
virtual void rebuild()
Forces node-kit rebuilding.
SoSFVec3f middlePoint
Intermediate point of the arc.
SoSFVec3f endPoint
End point of the arc.
SoSFVec3f startPoint
Start point of the arc.
PoCircleArc3ThreePts(const SbVec3f &_startPoint, const SbVec3f &_middlePoint, const SbVec3f &_endPoint)
Constructor.
Maintains a list of pointers to fields.
Field containing a three-dimensional vector.