24#ifndef _PO_TETRAHEDRONMESH3D_
25#define _PO_TETRAHEDRONMESH3D_
66 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
const float *zn,
67 int num_cells,
const int *cell_index);
71 virtual void doAction(
SoAction *action) ;
74 static void initClass() ;
75 static void exitClass() ;
87 int num_cells,
const int *cell_index)
#define SO_NODE_HEADER(className)
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Defines an abstract mesh...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract Inventor node d...
<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...
void setGeometry(int num_nodes, const float *xn, const float *yn, const float *zn, int num_cells, const int *cell_index)
Convenience method to change the geometry of the mesh.
const PbTetrahedronMesh3D & getValue() const
Returns this field's value.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Inventor node defining a...
const PbMesh * getMesh() const
Gets the instance of the class PbTetrahedronMesh3D contained by the field mesh.
PoTetrahedronMesh3D()
Constructor.
PoSFTetrahedronMesh3D mesh
Field containing a mesh of type PbTetrahedronMesh3D.
void setGeometry(int num_nodes, const float *xn, const float *yn, const float *zn, int num_cells, const int *cell_index)
Convenience method to change the geometry of the mesh.
Abstract base class for all actions.