Wildmeshing Toolkit
Loading...
Searching...
No Matches
MeshVariantTraits.hpp
Go to the documentation of this file.
1#pragma once
2
4
5
6namespace wmtk {
7class Mesh;
8class PointMesh;
9class EdgeMesh;
10class TriMesh;
11class TetMesh;
12} // namespace wmtk
18
19template <>
20size_t MeshVariantTraits::get_index(const Mesh& m);
21
22} // namespace wmtk::utils
MeshVariantTraits::ConstReferenceVariant ConstMeshVariantType
MeshVariantTraits::ReferenceVariant MeshVariantType