Go to the source code of this file.
|
template<class Archive > |
void | boost::serialization::load (Archive &ar, hpp::fcl::BVHModelBase &bvh_model, const unsigned int) |
|
template<class Archive , typename BV > |
void | boost::serialization::load (Archive &ar, hpp::fcl::BVHModel< BV > &bvh_model_, const unsigned int) |
|
template<class Archive > |
void | boost::serialization::save (Archive &ar, const hpp::fcl::BVHModelBase &bvh_model, const unsigned int) |
|
template<class Archive , typename BV > |
void | boost::serialization::save (Archive &ar, const hpp::fcl::BVHModel< BV > &bvh_model_, const unsigned int) |
|
template<class Archive , typename BV > |
void | boost::serialization::serialize (Archive &ar, hpp::fcl::BVHModel< BV > &bvh_model, const unsigned int version) |
|