24#ifndef _PO_IRREGULARMESH1D_
25#define _PO_IRREGULARMESH1D_
27#include <MeshViz/nodes/PoMeshProperty.h>
28#include <MeshViz/fields/PoSFIrregularMesh1D.h>
70 virtual void doAction(
SoAction *action) ;
73 static void initClass() ;
74 static void exitClass() ;
88 mesh.setGeometry(size, x);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Defines an abstract mesh...
const PbMesh * getMesh() const
Gets the instance of the class PbIrregularMesh1D contained by the field mesh.
PoIrregularMesh1D()
Constructor.
PoSFIrregularMesh1D mesh
Field containing a mesh of type PbIrregularMesh1D.
void setGeometry(int size, const float *x)
Convenience method to change the geometry of the mesh.
PoMeshProperty()
Constructor.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Inventor field containin...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract Inventor field ...
Abstract base class for all actions.