24#ifndef _PO_SF_QUADRANGLEMESH2D_
25#define _PO_SF_QUADRANGLEMESH2D_
50 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
51 int num_cells,
const int *cell_index);
57 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
const float *zn,
58 int num_cells,
const int *cell_index);
62 static void initClass() ;
63 static void exitClass() ;
66 virtual PbMesh* getMesh()
const;
#define SO_SFIELD_HEADER(className, valueType, valueRef)
<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> Defines a surface mesh o...
<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_nodes, const float *xn, const float *yn, const float *zn, int num_cells, const int *cell_index)
Convenience method to change the geometry of the mesh.
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.