|
Wildmeshing Toolkit
|
#include <Dart.hpp>
Public Types | |
| using | tuple_type = std::tuple< int64_t, int8_t > |
Public Member Functions | |
| Dart () | |
| int64_t & | global_id () |
| int64_t | global_id () const |
| int8_t & | local_orientation () |
| int8_t | local_orientation () const |
| bool | is_null () const |
| operator std::string () const | |
| const tuple_type & | as_tuple () const |
| using wmtk::autogen::Dart::tuple_type = std::tuple<int64_t, int8_t> |
|
inline |
|
inline |
Definition at line 15 of file Dart.hpp.
Referenced by wmtk::autogen::SimplexDart::act(), is_null(), wmtk::autogen::local_dart_action(), and wmtk::autogen::SimplexDart::tuple_from_dart().
|
inline |
Definition at line 21 of file Dart.hpp.
References global_id().
|
inline |
Definition at line 18 of file Dart.hpp.
Referenced by wmtk::autogen::SimplexDart::act(), wmtk::multimesh::utils::find_local_dart_action(), wmtk::operations::internal::CollapseAlternateFacetOptionData::get_neighbor_action(), wmtk::autogen::local_dart_action(), wmtk::autogen::SimplexDart::simplex_index(), and wmtk::autogen::SimplexDart::tuple_from_dart().
|
inline |