24#ifndef _PO_REGULARCARTESIANGRID2D_
25#define _PO_REGULARCARTESIANGRID2D_
69 float x_min,
float y_min,
70 float x_max,
float y_max,
71 const float *zn=NULL);
75 virtual void doAction(
SoAction *action) ;
78 static void initClass() ;
79 static void exitClass() ;
94 float x_min,
float y_min,
95 float x_max,
float y_max,
#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...
void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max, const float *zn=NULL)
Convenience method to change the geometry of the mesh.
PoSFRegularCartesianGrid2D mesh
Field containing a mesh of type PbRegularCartesianGrid2D.
PoRegularCartesianGrid2D()
Constructor.
const PbMesh * getMesh() const
Gets the instance of the class PbRegularCartesianGrid2D contained by the field mesh.
<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...
void setGeometry(int num_x, int num_y, float x_min, float y_min, float x_max, float y_max, const float *z=NULL)
Convenience method to change the geometry of the mesh.
const PbRegularCartesianGrid2D & getValue() const
Returns this field's value.
Abstract base class for all actions.