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_code2.cc
1
// Test if a halfedge lies at a boundary (is not adjacent to a face)
2
bool
is_boundary (HalfedgeHandle _heh)
const
3
4
// Test if an edge lies at a boundary
5
bool
is_boundary (EdgeHandle _eh)
const
6
7
// Test if a vertex is adjacent to a boundary edge
8
bool
is_boundary (VertexHandle _vh)
const
9
10
// Test if a face has at least one adjacent boundary edge.
11
// If _check_vertex=true, this function also tests if at least one
12
// of the adjacent vertices is a boundary vertex
13
bool
is_boundary (FaceHandle _fh,
bool
_check_vertex=
false
) const
libs_required
OpenMesh
Doc
Examples
nav_code2.cc
Generated on Wed Jul 13 2016 13:36:20 for Developer Documentation by
1.8.8