24#ifndef _PO_PARALCARTESIANGRID3D_
25#define _PO_PARALCARTESIANGRID3D_
69 const float *xn,
const float *yn,
const float *zn);
73 virtual void doAction(
SoAction *action) ;
76 static void initClass() ;
77 static void exitClass() ;
90 const float *xn,
const float *yn,
const float *zn)
#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> Inventor node defining a...
const PbMesh * getMesh() const
Gets the instance of the class PbParalCartesianGrid3D contained by the field 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.
PoParalCartesianGrid3D()
Constructor.
PoSFParalCartesianGrid3D mesh
Field containing a mesh of type PbParalCartesianGrid3D.
<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...
const PbParalCartesianGrid3D & getValue() const
Returns this field's value.
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.
Abstract base class for all actions.