#include <simplex.h>
Public Member Functions | |
Simplex (ISMesh *owner) noexcept | |
Simplex (const Simplex &s) noexcept | |
Simplex (Simplex &&s) noexcept | |
Simplex< boundary_key_type, co_boundary_key_type > & | operator= (Simplex< boundary_key_type, co_boundary_key_type > &&other) noexcept |
const SimplexSet < co_boundary_key_type > & | get_co_boundary () const noexcept |
const SimplexSet < boundary_key_type > & | get_boundary () const noexcept |
void | add_co_face (co_boundary_key_type key) |
void | add_face (boundary_key_type key) |
void | remove_co_face (co_boundary_key_type key) |
void | remove_face (boundary_key_type key) |
Protected Attributes | |
ISMesh * | m_mesh = nullptr |
Friends | |
class | ISMesh |
Base class for all simplex classes