Namespaces | |
indexedCellOps | |
indexedVertexOps | |
Data Structures | |
class | indexedCell |
An indexed form of CGAL::Triangulation_cell_base_3<K> used to keep track of the Delaunay cells (tets) in the tessellation. More... | |
class | indexedFace |
An indexed form of CGAL::Triangulation_face_base_2<K> used to keep track of the vertices in the triangulation. More... | |
class | indexedVertex |
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices in the tessellation. More... | |
Functions | |
template<class Gt , class Vb > | |
bool | pointPair (const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1) |
template<class Gt , class Vb > | |
bool | boundaryTriangle (const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1, const indexedVertex< Gt, Vb > &v2) |
template<class Gt , class Vb > | |
bool | outsideTriangle (const indexedVertex< Gt, Vb > &v0, const indexedVertex< Gt, Vb > &v1, const indexedVertex< Gt, Vb > &v2) |
bool pointPair | ( | const indexedVertex< Gt, Vb > & | v0, |
const indexedVertex< Gt, Vb > & | v1 | ||
) |
Definition at line 196 of file indexedVertexI.H.
References indexedVertex::index_, and indexedVertex::type_.
Referenced by boundaryTriangle().
bool boundaryTriangle | ( | const indexedVertex< Gt, Vb > & | v0, |
const indexedVertex< Gt, Vb > & | v1, | ||
const indexedVertex< Gt, Vb > & | v2 | ||
) |
Definition at line 207 of file indexedVertexI.H.
References indexedVertex::pairPoint(), and pointPair().
bool outsideTriangle | ( | const indexedVertex< Gt, Vb > & | v0, |
const indexedVertex< Gt, Vb > & | v1, | ||
const indexedVertex< Gt, Vb > & | v2 | ||
) |
Definition at line 221 of file indexedVertexI.H.
References indexedVertex::farPoint(), and indexedVertex::ppSlave().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.