24#ifndef _PO_PARALLELOGRAM3_
25#define _PO_PARALLELOGRAM3_
92 { init(
FALSE, _p, _q, _r) ;}
101 static void initClass() ;
102 static void exitClass() ;
109 virtual void setDefaultOnNonWritingFields() ;
116 FieldSensorList fieldSensorList ;
#define TRUE
Possible value of SbBool.
#define FALSE
Possible value of SbBool.
#define SO_KIT_CATALOG_ENTRY_HEADER(partName)
#define SO_KIT_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract base class for ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class for a 3D parallelo...
virtual void rebuild()
Forces node-kit rebuilding.
SoSFVec3f q
Second point of the parallelogram.
PoParallelogram3(const SbVec3f &_p, const SbVec3f &_q, const SbVec3f &_r)
Constructor.
SoSFVec3f r
Third point of the parallelogram.
SoSFVec3f p
First point of the parallelogram.
PoParallelogram3()
Default constructor.
Maintains a list of pointers to fields.
Field containing a three-dimensional vector.