24#ifndef _PO_QUADRANGLEMESH2D_
25#define _PO_QUADRANGLEMESH2D_
68 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
69 int num_cells,
const int *cell_index);
75 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
const float *zn,
76 int num_cells,
const int *cell_index);
80 virtual void doAction(
SoAction *action) ;
83 static void initClass() ;
84 static void exitClass() ;
97 int num_cells,
const int *cell_index)
105 int num_cells,
const int *cell_index)
#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...
PoQuadrangleMesh2D()
Constructor.
const PbMesh * getMesh() const
Gets the instance of the class PbQuadrangleMesh2D contained by the field mesh.
PoSFQuadrangleMesh2D mesh
Field containing a mesh of type PbQuadrangleMesh2D.
void setGeometry(int num_nodes, const float *xn, const float *yn, int num_cells, const int *cell_index)
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...
const PbQuadrangleMesh2D & getValue() const
Returns this field's value.
void setGeometry(int num_nodes, const float *xn, const float *yn, int num_cells, const int *cell_index)
Convenience method to change the geometry of the mesh.
Abstract base class for all actions.