DSC
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Protected Attributes | Friends | List of all members
is_mesh::Simplex< boundary_key_type, co_boundary_key_type > Class Template Reference

#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

ISMeshm_mesh = nullptr
 

Friends

class ISMesh
 

Detailed Description

template<typename boundary_key_type, typename co_boundary_key_type>
class is_mesh::Simplex< boundary_key_type, co_boundary_key_type >

Base class for all simplex classes


The documentation for this class was generated from the following file: