Functions | |
template<int N, int M, typename T , typename V , typename IS , typename VertexForIter > | |
void | IndSimpSet::buildFromSimplices (VertexForIter verticesBeginning, VertexForIter verticesEnd, IndSimpSet< N, M, true, T, V, IS > *mesh) |
Build from the simplices. |
These functions build the mesh from 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. |