Go to the documentation of this file.
26 #ifndef TESSERACT_COLLISION_SERIALIZATION_H
27 #define TESSERACT_COLLISION_SERIALIZATION_H
35 template <
class Archive>
38 template <
class Archive>
41 template <
class Archive>
44 template <
class Archive>
47 template <
class Archive>
50 template <
class Archive>
53 template <
class Archive>
56 template <
class Archive>
59 template <
class Archive>
62 template <
class Archive>
65 const unsigned int version);
67 template <
class Archive>
70 const unsigned int version);
72 template <
class Archive>
86 #endif // TESSERACT_COLLISION_SERIALIZATION_H
void serialize(Archive &ar, Eigen::Isometry3d &g, const unsigned int version)
Tesseracts Collision Forward Declarations.
void load(Archive &ar, Eigen::Isometry3d &g, const unsigned int version)
void save(Archive &ar, const Eigen::Isometry3d &g, const unsigned int version)
This is a high level structure containing common information that collision checking utilities need....