Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
f
m
o
q
s
v
Enumerations
Enumerator
a
b
c
d
g
h
n
o
r
s
v
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
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
g
h
i
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
d
e
f
h
i
n
o
p
q
v
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Typedefs
b
c
d
f
i
m
p
q
r
s
t
v
Enumerations
Enumerator
b
e
m
n
o
q
r
s
t
w
x
z
Macros
_
b
c
d
e
f
g
h
m
n
o
p
q
r
s
t
w
z
include
hpp
fcl
serialization
triangle.h
Go to the documentation of this file.
1
//
2
// Copyright (c) 2021-2022 INRIA
3
//
4
5
#ifndef HPP_FCL_SERIALIZATION_TRIANGLE_H
6
#define HPP_FCL_SERIALIZATION_TRIANGLE_H
7
8
#include "
hpp/fcl/data_types.h
"
9
#include "
hpp/fcl/serialization/fwd.h
"
10
11
namespace
boost
{
12
namespace
serialization {
13
14
template
<
class
Archive>
15
void
serialize
(Archive &ar,
hpp::fcl::Triangle
&triangle,
16
const
unsigned
int
/*version*/
) {
17
ar &make_nvp(
"p0"
, triangle[0]);
18
ar &make_nvp(
"p1"
, triangle[1]);
19
ar &make_nvp(
"p2"
, triangle[2]);
20
}
21
22
}
// namespace serialization
23
}
// namespace boost
24
25
#endif // ifndef HPP_FCL_SERIALIZATION_TRIANGLE_H
data_types.h
fwd.h
boost
boost::serialization::serialize
void serialize(Archive &ar, hpp::fcl::AABB &aabb, const unsigned int)
Definition:
serialization/AABB.h:15
hpp::fcl::Triangle
Triangle with 3 indices for points.
Definition:
data_types.h:96
hpp-fcl
Author(s):
autogenerated on Fri Aug 2 2024 02:45:15