Fix inline implementation of opposite_face_handle() (linker error)

This commit is contained in:
Patrick Schmidt
2020-03-17 17:11:27 +01:00
parent cce116d823
commit f1543cdbf0
3 changed files with 6 additions and 14 deletions

View File

@@ -611,6 +611,9 @@ public:
inline SmartEdgeHandle edge_handle(SmartHalfedgeHandle _heh) const;
inline SmartFaceHandle face_handle(SmartHalfedgeHandle _heh) const;
/// returns the face handle of the opposite halfedge
inline SmartFaceHandle opposite_face_handle(HalfedgeHandle _heh) const;
//@}
/** \name Begin and end iterators
@@ -1354,11 +1357,6 @@ public:
bool is_manifold(VertexHandle _vh) const;
/** @} */
// --- shortcuts ---
/// returns the face handle of the opposite halfedge
inline SmartFaceHandle opposite_face_handle(HalfedgeHandle _heh) const;
// --- misc ---