Wildmeshing Toolkit
|
#include "link_condition.hpp"
#include <wmtk/utils/metaprogramming/as_mesh_variant.hpp>
#include "IdSimplexCollection.hpp"
#include "cofaces_single_dimension.hpp"
#include "cofaces_single_dimension_iterable.hpp"
#include "link.hpp"
#include "link_iterable.hpp"
#include "open_star.hpp"
#include "utils/SimplexComparisons.hpp"
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::simplex | |
Functions | |
bool | wmtk::simplex::link_condition_closed_trimesh (const TriMesh &mesh, const Tuple &edge) |
bool | wmtk::simplex::link_condition (const EdgeMesh &mesh, const Tuple &edge) |
Check if the edge to collapse satisfying the link condition. More... | |
bool | wmtk::simplex::link_condition (const TriMesh &mesh, const Tuple &edge) |
bool | wmtk::simplex::link_condition_closed_tetmesh (const TetMesh &mesh, const Tuple &edge) |
bool | wmtk::simplex::link_condition (const TetMesh &mesh, const Tuple &edge) |
bool | wmtk::simplex::link_condition (const Mesh &mesh, const Tuple &edge) |