24#ifndef _PO_SF_TRIANGLEMESH2D_
25#define _PO_SF_TRIANGLEMESH2D_
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);
64 void setGeometry(
int numPoints,
const float *xPointsField,
const float *yPointsField) ;
68 static void initClass() ;
69 static void exitClass() ;
72 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 numPoints, const float *xPointsField, const float *yPointsField)
Convenience method to set a new 2D geometry from a points field.
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.