Functions | |
template<int N, bool A, typename T , typename V , typename IS > | |
int | IndSimpSetIncAdj::getPreviousVertexIndex (const IndSimpSetIncAdj< N, 1, A, T, V, IS > &mesh, int n) |
Get the previous vertex index. | |
template<int N, bool A, typename T , typename V , typename IS > | |
int | IndSimpSetIncAdj::getNextVertexIndex (const IndSimpSetIncAdj< N, 1, A, T, V, IS > &mesh, int n) |
Get the next vertex index. | |
template<int N, bool A, typename T , typename V , typename IS > | |
IndSimpSetIncAdj< N, 1, A, T, V, IS >::Vertex | IndSimpSetIncAdj::getPreviousVertex (const IndSimpSetIncAdj< N, 1, A, T, V, IS > &mesh, const int n) |
Get the previous vertex. | |
template<int N, bool A, typename T , typename V , typename IS > | |
IndSimpSetIncAdj< N, 1, A, T, V, IS >::Vertex | IndSimpSetIncAdj::getNextVertex (const IndSimpSetIncAdj< N, 1, A, T, V, IS > &mesh, const int n) |
Get the next vertex. | |
template<int N, int M, bool A, typename T , typename V , typename IS > | |
void | IndSimpSet::getFace (const IndSimpSet< N, M, A, T, V, IS > &mesh, int simplexIndex, int vertexIndex, typename IndSimpSet< N, M, A, T, V, IS >::SimplexFace *face) |
Get the face in the simplex that is opposite to the given vertex. | |
template<int N, int M, bool A, typename T , typename V , typename IS > | |
void | IndSimpSet::getIndexedFace (const IndSimpSet< N, M, A, T, V, IS > &mesh, int simplexIndex, int vertexIndex, typename IndSimpSet< N, M, A, T, V, IS >::IndexedSimplexFace *face) |
Get the indexed face in the simplex that is opposite to the given vertex. | |
template<int N, int M, bool A, typename T , typename V , typename IS > | |
void | IndSimpSet::getCentroid (const IndSimpSet< N, M, A, T, V, IS > &mesh, int n, typename IndSimpSet< N, M, A, T, V, IS >::Vertex *x) |
Get the centroid of the specified simplex. | |
template<int N, int M, bool A, typename T , typename V , typename IS > | |
bool | IndSimpSetIncAdj::isOriented (const IndSimpSetIncAdj< N, M, A, T, V, IS > &mesh) |
Return true if the simplices of the mesh have consistent orientations. |
void getCentroid | ( | const IndSimpSet< N, M, A, T, V, IS > & | mesh, | |
int | n, | |||
typename IndSimpSet< N, M, A, T, V, IS >::Vertex * | x | |||
) | [related, inherited] |
Get the centroid of the specified simplex.
void getFace | ( | const IndSimpSet< N, M, A, T, V, IS > & | mesh, | |
int | simplexIndex, | |||
int | vertexIndex, | |||
typename IndSimpSet< N, M, A, T, V, IS >::SimplexFace * | face | |||
) | [related, inherited] |
Get the face in the simplex that is opposite to the given vertex.
void getIndexedFace | ( | const IndSimpSet< N, M, A, T, V, IS > & | mesh, | |
int | simplexIndex, | |||
int | vertexIndex, | |||
typename IndSimpSet< N, M, A, T, V, IS >::IndexedSimplexFace * | face | |||
) | [related, inherited] |
Get the indexed face in the simplex that is opposite to the given vertex.
IndSimpSetIncAdj< N, 1, A, T, V, IS >::Vertex getNextVertex | ( | const IndSimpSetIncAdj< N, 1, A, T, V, IS > & | mesh, | |
const int | n | |||
) | [related, inherited] |
Get the next vertex.
References IndSimpSetIncAdj< _N, _M, _A, T, V, IS >::getNextVertexIndex(), and IndSimpSet< _N, _M, _A, T, V, IS >::getVertex().
int getNextVertexIndex | ( | const IndSimpSetIncAdj< N, 1, A, T, V, IS > & | mesh, | |
int | n | |||
) | [related, inherited] |
Get the next vertex index.
Referenced by IndSimpSetIncAdj< _N, _M, _A, T, V, IS >::getNextVertex().
IndSimpSetIncAdj< N, 1, A, T, V, IS >::Vertex getPreviousVertex | ( | const IndSimpSetIncAdj< N, 1, A, T, V, IS > & | mesh, | |
const int | n | |||
) | [related, inherited] |
Get the previous vertex.
References IndSimpSetIncAdj< _N, _M, _A, T, V, IS >::getPreviousVertexIndex(), and IndSimpSet< _N, _M, _A, T, V, IS >::getVertex().
int getPreviousVertexIndex | ( | const IndSimpSetIncAdj< N, 1, A, T, V, IS > & | mesh, | |
int | n | |||
) | [related, inherited] |
Get the previous vertex index.
Referenced by IndSimpSetIncAdj< _N, _M, _A, T, V, IS >::getPreviousVertex().
bool isOriented | ( | const IndSimpSetIncAdj< N, M, A, T, V, IS > & | mesh | ) | [related, inherited] |
Return true if the simplices of the mesh have consistent orientations.