Wildmeshing Toolkit
|
#include <MeshSimplexComparator.hpp>
Classes | |
class | Equal |
class | Less |
Public Types | |
using | KeyType = std::tuple< const Mesh *, simplex::Simplex > |
using | KeyType2 = std::tuple< const Mesh *, simplex::Simplex, int64_t > |
using | KeyType3 = std::tuple< const Mesh *, simplex::NavigatableSimplex > |
Definition at line 6 of file MeshSimplexComparator.hpp.
using wmtk::simplex::utils::MeshSimplexComparator::KeyType = std::tuple<const Mesh*, simplex::Simplex> |
Definition at line 9 of file MeshSimplexComparator.hpp.
using wmtk::simplex::utils::MeshSimplexComparator::KeyType2 = std::tuple<const Mesh*, simplex::Simplex, int64_t> |
Definition at line 10 of file MeshSimplexComparator.hpp.
using wmtk::simplex::utils::MeshSimplexComparator::KeyType3 = std::tuple<const Mesh*, simplex::NavigatableSimplex> |
Definition at line 11 of file MeshSimplexComparator.hpp.