24#ifndef _PO_HEXAHEDRONMESH3D_
25#define _PO_HEXAHEDRONMESH3D_
68 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
const float *zn,
69 int num_cells,
const int *cell_index);
73 virtual void doAction(
SoAction *action) ;
76 static void initClass() ;
77 static void exitClass() ;
90 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> Inventor node defining a...
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.
PoHexahedronMesh3D()
Constructor.
PoSFHexahedronMesh3D mesh
Field containing a mesh of type PbHexahedronMesh3D.
const PbMesh * getMesh() const
Gets the instance of the class PbHexahedronMesh3D contained by the field 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> 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 PbHexahedronMesh3D & getValue() const
Returns this field's value.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract Inventor field ...
Abstract base class for all actions.