24#ifndef _PO_HEXAHEDRONMESH3D_
25#define _PO_HEXAHEDRONMESH3D_
27#include <MeshViz/nodes/PoMeshProperty.h>
28#include <MeshViz/fields/PoSFHexahedronMesh3D.h>
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)
92 mesh.setGeometry(num_nodes, xn,yn,zn, num_cells, cell_index);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Defines an abstract mesh...
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.
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.