| Wildmeshing Toolkit
    | 
#include <type_traits>#include <variant>#include <wmtk/Mesh.hpp>#include <wmtk/Primitive.hpp>#include <wmtk/operations/tri_mesh/EdgeOperationData.hpp>#include <wmtk/simplex/Simplex.hpp>#include <wmtk/utils/mesh_type_from_primitive_type.hpp>#include <wmtk/utils/metaprogramming/MeshVariantTraits.hpp>#include <wmtk/utils/metaprogramming/ReferenceWrappedFunctorReturnCache.hpp>#include <wmtk/utils/metaprogramming/ReferenceWrappedFunctorReturnType.hpp>#include <wmtk/utils/metaprogramming/as_mesh_variant.hpp>#include <wmtk/utils/metaprogramming/cell_dimension.hpp>#include <cassert>Go to the source code of this file.
| Classes | |
| class | wmtk::multimesh::MultiMeshVisitor< NodeFunctor_ > | 
| class | wmtk::multimesh::MultiMeshVisitorExecutor< MMVisitor > | 
| Namespaces | |
| namespace | wmtk | 
| namespace | wmtk::multimesh | 
| Macros | |
| #define | WMTK_MESH_VISITOR_ONLY_SUPPORTS_NONCONST_REFERENCE | 
| Functions | |
| template<typename NodeFunctor > | |
| wmtk::multimesh::MultiMeshVisitor (NodeFunctor &&) -> MultiMeshVisitor< NodeFunctor > | |
| #define WMTK_MESH_VISITOR_ONLY_SUPPORTS_NONCONST_REFERENCE | 
Definition at line 19 of file MultiMeshVisitor.hpp.