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