|
| Edge (ISMesh *owner) noexcept |
|
| Edge (Edge &&other) noexcept |
|
Edge & | operator= (Edge &&other) noexcept |
|
const SimplexSet< NodeKey > & | node_keys () const noexcept |
|
const SimplexSet< FaceKey > & | face_keys () const noexcept |
|
SimplexSet< TetrahedronKey > | tet_keys () const |
|
std::vector< Face * > | faces () const |
|
std::vector< Tetrahedron * > | tets () const |
|
std::vector< Node * > | nodes () const |
|
vec3 | get_center () const |
|
bool | is_crossing () noexcept |
|
bool | is_boundary () noexcept |
|
bool | is_interface () noexcept |
|
double | length () const |
|
double | sqr_length () const |
|
double | length_destination () const |
|
double | sqr_length_destination () const |
|
EdgeKey | key () const noexcept |
|
| Simplex (ISMesh *owner) noexcept |
|
| Simplex (const Simplex &s) noexcept |
|
| Simplex (Simplex &&s) noexcept |
|
Simplex< NodeKey, FaceKey > & | operator= (Simplex< NodeKey, FaceKey > &&other) noexcept |
|
const SimplexSet< FaceKey > & | get_co_boundary () const noexcept |
|
const SimplexSet< NodeKey > & | get_boundary () const noexcept |
|
void | add_co_face (FaceKeykey) |
|
void | add_face (NodeKeykey) |
|
void | remove_co_face (FaceKeykey) |
|
void | remove_face (NodeKeykey) |
|
The documentation for this class was generated from the following files:
- is_mesh/edge.h
- is_mesh/edge.cpp