24#ifndef _PO_REGULARMESH1D_
25#define _PO_REGULARMESH1D_
27#include <MeshViz/nodes/PoMeshProperty.h>
28#include <MeshViz/fields/PoSFRegularMesh1D.h>
72 virtual void doAction(
SoAction *action) ;
75 static void initClass() ;
76 static void exitClass() ;
90 mesh.setGeometry(numX, xmin, xmax);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Defines an abstract mesh...
PoMeshProperty()
Constructor.
const PbMesh * getMesh() const
Gets the instance of the class PbRegularMesh1D contained by the field mesh.
void setGeometry(int numX, float xmin, float xmax)
Convenience method to change the geometry of the mesh.
PoSFRegularMesh1D mesh
Field containing a mesh of type PbRegularMesh1D.
PoRegularMesh1D()
Constructor.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract Inventor field ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Inventor field containin...
Abstract base class for all actions.