5 #ifndef HPP_FCL_SERIALIZATION_kDOP_H
6 #define HPP_FCL_SERIALIZATION_kDOP_H
13 namespace serialization {
23 template <
class Archive,
short N>
25 const unsigned int ) {
27 Accessor& access =
reinterpret_cast<Accessor&
>(bv_);
28 ar& make_nvp(
"distances", make_array(access.dist_.data(), N));
KDOP class describes the KDOP collision structures. K is set as the template parameter,...
Definition: kDOP.h:92
Eigen::Array< FCL_REAL, N, 1 > dist_
Origin's distances to N KDOP planes.
Definition: kDOP.h:95
void serialize(Archive &ar, hpp::fcl::AABB &aabb, const unsigned int)
Definition: AABB.h:15
hpp::fcl::KDOP< N > Base
Definition: kDOP.h:18