24#ifndef _PO_CARTESIANGRID2D_
25#define _PO_CARTESIANGRID2D_
69 const float *xn,
const float *yn,
const float *zn=NULL);
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> Inventor node defining a...
PoCartesianGrid2D()
Constructor.
void setGeometry(int num_x, int num_y, const float *xn, const float *yn, const float *zn=NULL)
Convenience method to change the geometry of the mesh.
PoSFCartesianGrid2D mesh
Field containing a mesh of type PbCartesianGrid2D.
const PbMesh * getMesh() const
Gets the instance of the class PbCartesianGrid2D 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_x, int num_y, const float *xn, const float *yn, const float *zn=NULL)
Convenience method to change the geometry of the mesh.
const PbCartesianGrid2D & 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.