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