Developer Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
nav_code3.cc
1
[...]
2
3
// Get some vertex handle
4
PolyMesh::VertexHandle v = ...;
5
6
for
(PolyMesh::VertexIHalfedgeIter vih_it = mesh.vih_iter(v); vih_it; ++vih_it) {
7
// Iterate over all incoming halfedges...
8
}
9
10
for
(PolyMesh::VertexOHalfedgeIter voh_it = mesh.voh_iter(v); voh_it; ++voh_it) {
11
// Iterate over all outgoing halfedges...
12
}
13
14
[...]
libs_required
OpenMesh
Doc
Examples
nav_code3.cc
Generated on Wed Oct 12 2016 12:27:45 for Developer Documentation by
1.8.11