Developer Documentation
Loading...
Searching...
No Matches
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
[...]
OpenFlipper
libs_required
OpenMesh
Doc
Examples
nav_code3.cc
Generated on Wed Jul 16 2025 14:44:32 for Developer Documentation by
1.9.8