24#ifndef _PO_REGULARCARTESIANGRID3D_
25#define _PO_REGULARCARTESIANGRID3D_
69 float x_min,
float y_min,
float z_min,
70 float x_max,
float y_max,
float z_max);
74 virtual void doAction(
SoAction *action) ;
77 static void initClass() ;
78 static void exitClass() ;
93 float x_min,
float y_min,
float z_min,
94 float x_max,
float y_max,
float z_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...
PoRegularCartesianGrid3D()
Constructor.
const PbMesh * getMesh() const
Gets the instance of the class PbRegularCartesianGrid3D contained by the field mesh.
PoSFRegularCartesianGrid3D mesh
Field containing a mesh of type PbRegularCartesianGrid3D.
void setGeometry(int num_x, int num_y, int num_z, float x_min, float y_min, float z_min, float x_max, float y_max, float z_max)
Convenience method to change the geometry of the 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, int num_z, float x_min, float y_min, float z_min, float x_max, float y_max, float z_max)
Convenience method to change the geometry of the mesh.
const PbRegularCartesianGrid3D & getValue() const
Returns this field's value.
Abstract base class for all actions.