24#ifndef _PO_CIRCLE3_THREE_POINTS_
25#define _PO_CIRCLE3_THREE_POINTS_
27#include <MeshViz/graph/PoCircle3.h>
28#include <Inventor/fields/SoSFVec3f.h>
90 { init(FALSE, _p, _q, _r) ; }
99 static void initClass() ;
100 static void exitClass() ;
107 virtual void setDefaultOnNonWritingFields() ;
114 FieldSensorList fieldSensorList ;
<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...
SoSFVec3f p
First point of the circle.
PoCircle3ThreePoints(const SbVec3f &_p, const SbVec3f &_q, const SbVec3f &_r)
Constructor.
virtual void rebuild()
Forces node-kit rebuilding.
PoCircle3ThreePoints()
Default constructor.
SoSFVec3f r
Third point of the circle.
SoSFVec3f q
Second point of the circle.
Maintains a list of pointers to fields.
Field containing a three-dimensional vector.