Developer Documentation
nav_code4.cc
1
// Get the face adjacent to the opposite halfedge
2
OpenMesh::PolyConnectivity::opposite_face_handle
();
3
4
// Get the handle to the opposite halfedge
5
OpenMesh::Concepts::KernelT::opposite_halfedge_handle
();
6
7
// Get the opposite vertex to the opposite halfedge
8
OpenMesh::TriConnectivity::opposite_he_opposite_vh
();
9
10
// Get the vertex assigned to the opposite halfedge
11
OpenMesh::TriConnectivity::opposite_vh
();
OpenMesh::TriConnectivity::opposite_vh
VertexHandle opposite_vh(HalfedgeHandle _heh) const
Definition:
TriConnectivity.hh:127
OpenMesh::Concepts::KernelT::opposite_halfedge_handle
HalfedgeHandle opposite_halfedge_handle(HalfedgeHandle _heh) const
Get the opposite halfedge.
OpenMesh::PolyConnectivity::opposite_face_handle
SmartFaceHandle opposite_face_handle(HalfedgeHandle _heh) const
returns the face handle of the opposite halfedge
Definition:
PolyConnectivity_inline_impl.hh:70
OpenMesh::TriConnectivity::opposite_he_opposite_vh
VertexHandle opposite_he_opposite_vh(HalfedgeHandle _heh) const
Definition:
TriConnectivity.hh:136
OpenFlipper
libs_required
OpenMesh
Doc
Examples
nav_code4.cc
Generated on Wed Feb 17 2021 13:12:59 for Developer Documentation by
1.8.13