24#ifndef _PO_CARTESIANGRID3D_
25#define _PO_CARTESIANGRID3D_
27#include <MeshViz/nodes/PoMeshProperty.h>
28#include <MeshViz/fields/PoSFCartesianGrid3D.h>
69 const float *xn,
const float *yn,
const float *zn);
73 virtual void doAction(
SoAction *action) ;
76 static void initClass() ;
77 static void exitClass() ;
89 const float *xn,
const float *yn,
const float *zn)
91 mesh.setGeometry(num_x,num_y,num_z, xn,yn,zn);
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Defines an abstract mesh...
void setGeometry(int num_x, int num_y, int num_z, const float *xn, const float *yn, const float *zn)
Convenience method to change the geometry of the mesh.
PoCartesianGrid3D()
Constructor.
PoSFCartesianGrid3D mesh
Field containing a mesh of type PbCartesianGrid3D.
const PbMesh * getMesh() const
Field containing a mesh of type PbCartesianGrid3D.
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.