#ifndef HANDLETOPROPHANDLE_HH_ #define HANDLETOPROPHANDLE_HH_ #include #include namespace OpenMesh { template struct HandleToPropHandle { }; template struct HandleToPropHandle { using type = OpenMesh::VPropHandleT; }; template struct HandleToPropHandle { using type = OpenMesh::HPropHandleT; }; template struct HandleToPropHandle { using type = OpenMesh::EPropHandleT; }; template struct HandleToPropHandle { using type = OpenMesh::FPropHandleT; }; template struct HandleToPropHandle { using type = OpenMesh::MPropHandleT; }; } // namespace OpenMesh #endif // HANDLETOPROPHANDLE_HH_