Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
Enumerations
Enumerator
b
g
h
j
l
o
p
r
s
w
x
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
z
Related Functions
:
a
b
c
d
e
f
h
k
l
n
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
i
m
n
o
p
s
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
s
t
u
v
Enumerations
Enumerator
a
d
f
i
k
l
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Examples
include
lvr2
geometry
HalfEdgeFace.hpp
Go to the documentation of this file.
1
28
/*
29
* HalfEdgeFace.hpp
30
*
31
* @date 02.06.2017
32
* @author Lukas Kalbertodt <lukas.kalbertodt@gmail.com>
33
*/
34
35
#ifndef LVR2_GEOMETRY_HALFEDGEFACE_H_
36
#define LVR2_GEOMETRY_HALFEDGEFACE_H_
37
38
#include "
BaseMesh.hpp
"
39
40
namespace
lvr2
41
{
42
43
// Forward declarations
44
struct
HalfEdgeHandle;
45
49
struct
HalfEdgeFace
50
{
51
HalfEdgeFace
(
HalfEdgeHandle
edge
)
52
:
edge
(
edge
) {}
53
55
HalfEdgeHandle
edge
;
56
};
57
58
}
// namespace lvr2
59
60
#endif
/* LVR2_GEOMETRY_HALFEDGEFACE_H_ */
lvr2::HalfEdgeHandle
Handle to access half edges of the HEM.
Definition:
HalfEdge.hpp:52
lvr2::HalfEdgeFace
Represents a face in the HEM data structure.
Definition:
HalfEdgeFace.hpp:49
BaseMesh.hpp
lvr2::HalfEdgeFace::edge
HalfEdgeHandle edge
One of the edges bounding this face.
Definition:
HalfEdgeFace.hpp:55
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::HalfEdgeFace::HalfEdgeFace
HalfEdgeFace(HalfEdgeHandle edge)
Definition:
HalfEdgeFace.hpp:51
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:23