|
|
| Face (size_t v0, size_t v1, size_t v2) |
| |
|
| Face (const Edge &e, size_t v2) |
| |
|
| Face (const Face &)=default |
| |
|
Edge | opposite_edge (const int64_t excluded_id) const |
| |
|
Edge | opposite_edge (const Vertex &v) const |
| |
|
Vertex | opposite_vertex (const Edge &e) const |
| |
|
bool | contains (const Edge &e) 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