Developer Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
nav_code4a.cc
1
// Get the halfedge handle of i.e. the halfedge
2
// that is associated to the first vertex
3
// of our set of vertices
4
PolyMesh::HalfedgeHandle heh = mesh.halfedge_handle(*(mesh.vertices_begin()));
5
6
// Now get the handle of its opposing halfedge
7
PolyMesh::HalfedgeHandle opposite_heh = mesh.opposite_halfedge_handle(heh);
libs_required
OpenMesh
Doc
Examples
nav_code4a.cc
Generated on Wed Jul 13 2016 13:36:20 for Developer Documentation by
1.8.8