24#ifndef _PO_PARALLELOGRAM_
25#define _PO_PARALLELOGRAM_
27#include <MeshViz/graph/PoGraphMaster.h>
28#include <Inventor/fields/SoSFVec2f.h>
57 SO_KIT_CATALOG_ENTRY_HEADER(parallelogram) ;
100 static void initClass() ;
101 static void exitClass() ;
107 virtual void setDefaultOnNonWritingFields() ;
114 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 2D parallelo...
PoParallelogram()
Default constructor.
SoSFVec2f q
Second point of the parallelogram.
PoParallelogram(const SbVec2f &_p, const SbVec2f &_q, const SbVec2f &_r)
Constructor.
SoSFVec2f p
First point of the parallelogram.
SoSFVec2f r
Third point of the parallelogram.
virtual void rebuild()
Forces node-kit rebuilding.
Maintains a list of pointers to fields.
Field containing a two-dimensional vector.