23#ifndef _PO_SF_INDEXEDMESH2D_
24#define _PO_SF_INDEXEDMESH2D_
49 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
50 int num_cells,
const int *cell_index,
const int *cell_type);
56 void setGeometry(
int num_nodes,
const float *xn,
const float *yn,
const float *zn,
57 int num_cells,
const int *cell_index,
const int *cell_type);
61 static void initClass() ;
62 static void exitClass() ;
65 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 a surface mesh o...
<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 field containin...
void setGeometry(int num_nodes, const float *xn, const float *yn, int num_cells, const int *cell_index, const int *cell_type)
Convenience method to change the geometry of the mesh.
void setGeometry(int num_nodes, const float *xn, const float *yn, const float *zn, int num_cells, const int *cell_index, const int *cell_type)
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 ...