#include <biom.h>

Public Attributes | |
| int | nv |
| number of vertices | |
| int | nf |
| number of triangles | |
| float | avglen |
| average edge length | |
| float | min [3] |
| minimal coordinate of nodes | |
| float | max [3] |
| maximal coordinate of nodes | |
| FLTVECT * | vertex |
| pointer to the vertices | |
| INT3VECT * | face |
| pointer to the triangles | |
| INT3VECT * | neighbor |
| pointer to the neighbors (triangles) | |
1.5.6