Wildmeshing Toolkit
|
#include <Cell.hpp>
Public Member Functions | |
Cell (const Tuple &t, int64_t dimension) | |
Cell (const simplex::Simplex &simplex) | |
Cell (const Tuple &t, PrimitiveType pt) | |
int64_t | dimension () const |
const Tuple & | tuple () const |
bool | operator== (const Cell &o) const |
bool | operator< (const Cell &o) const |
Static Public Member Functions | |
static Cell | vertex (const Tuple &t) |
static Cell | edge (const Tuple &t) |
static Cell | face (const Tuple &t) |
static Cell | tetrahedron (const Tuple &t) |
Private Attributes | |
Tuple | m_tuple |
int64_t | m_dimension |
wmtk::Cell::Cell | ( | const Tuple & | t, |
int64_t | dimension | ||
) |
wmtk::Cell::Cell | ( | const simplex::Simplex & | simplex | ) |
wmtk::Cell::Cell | ( | const Tuple & | t, |
PrimitiveType | pt | ||
) |
int64_t wmtk::Cell::dimension | ( | ) | const |
Definition at line 22 of file Cell.cpp.
References m_dimension.
bool wmtk::Cell::operator< | ( | const Cell & | o | ) | const |
Definition at line 53 of file Cell.cpp.
References m_dimension, and m_tuple.
bool wmtk::Cell::operator== | ( | const Cell & | o | ) | const |
Definition at line 48 of file Cell.cpp.
References m_dimension, and m_tuple.
const Tuple & wmtk::Cell::tuple | ( | ) | const |
|
private |
Definition at line 14 of file Cell.hpp.
Referenced by dimension(), operator<(), and operator==().
|
private |
Definition at line 13 of file Cell.hpp.
Referenced by operator<(), operator==(), and tuple().