| Functions | |
| void | geom::IndSimpSet::buildFromSimplices (VertexForIter verticesBeginning, VertexForIter verticesEnd, IndSimpSet< N, M, true, T, V, IS > *mesh) | 
| Build from the simplices. | |
| void buildFromSimplices | ( | VertexForIter | verticesBeginning, | |
| VertexForIter | verticesEnd, | |||
| IndSimpSet< N, M, true, T, V, IS > * | mesh | |||
| ) |  [related, inherited] | 
Build from the simplices.
The range of vertices determines the simplices. Each M+1 vertices is a simplex. VertexForwardIter is a vertex forward iterator.
| verticesBeginning | is the beginning of the range of vertices. | |
| verticesEnd | is the end of the range of vertices. | |
| mesh | is the output mesh. | 
 1.4.7
 1.4.7