24#ifndef _PO_PARALLELOGRAM3_
25#define _PO_PARALLELOGRAM3_
27#include <MeshViz/graph/PoGraphMaster.h>
28#include <Inventor/fields/SoSFVec3f.h>
56 SO_KIT_CATALOG_ENTRY_HEADER(parallelogram3) ;
92 { init(FALSE, _p, _q, _r) ;}
101 static void initClass() ;
102 static void exitClass() ;
109 virtual void setDefaultOnNonWritingFields() ;
116 FieldSensorList fieldSensorList ;
<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.