Wildmeshing Toolkit
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
wmtk::simplex::RawSimplex< N > Class Template Reference

#include <RawSimplex.hpp>

Public Member Functions

 RawSimplex (std::array< size_t, N > &&vertices)
 
RawSimplexoperator= (const RawSimplex &o)=default
 
bool operator== (const RawSimplex &o) const
 
bool operator< (const RawSimplex &o) const
 
const std::array< size_t, N > & vertices () const
 

Protected Attributes

std::array< size_t, N > m_vertices
 

Detailed Description

template<int N>
class wmtk::simplex::RawSimplex< N >

A simplex represented by its vertex IDs.


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