|
|
| Tet (size_t v0, size_t v1, size_t v2, size_t v3) |
| |
|
| Tet (const Face &f, size_t v3) |
| |
|
| Tet (const Tet &)=default |
| |
|
Face | opposite_face (const int64_t excluded_id) const |
| |
|
Face | opposite_face (const Vertex &v) const |
| |
|
Edge | opposite_edge (const Edge &e) const |
| |
|
Vertex | opposite_vertex (const Face &f) const |
| |
|
| RawSimplex (std::array< size_t, N > &&vertices) |
| |
|
RawSimplex & | operator= (const RawSimplex &o)=default |
| |
|
bool | operator== (const RawSimplex &o) const |
| |
|
bool | operator< (const RawSimplex &o) const |
| |
|
const std::array< size_t, N > & | vertices () const |
| |
|
|
std::array< size_t, N > | m_vertices |
| |
The documentation for this class was generated from the following files:
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/simplex/RawSimplex.hpp
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/simplex/RawSimplex.cpp