Home
last modified time | relevance | path

Searched defs:is_polymesh (Results 1 – 2 of 2) sorted by relevance

/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DTriMeshT.hh103 static constexpr bool is_polymesh() { return false; } in is_polymesh() function in OpenMesh::TriMeshT
H A DPolyMeshT.hh100 static constexpr bool is_polymesh() { return true; } in is_polymesh() function in OpenMesh::PolyMeshT