#include <sstream>
#include <iostream>
#include <boost/serialization/string.hpp>
#include "hpp/fcl/octree.h"
#include "hpp/fcl/serialization/fwd.h"
Go to the source code of this file.
|
| template<class Archive > |
| void | boost::serialization::save_construct_data (Archive &ar, const hpp::fcl::OcTree *octree_ptr, const unsigned int) |
| |
| template<class Archive > |
| void | boost::serialization::save (Archive &ar, const hpp::fcl::OcTree &octree, const unsigned int) |
| |
| template<class Archive > |
| void | boost::serialization::load_construct_data (Archive &ar, hpp::fcl::OcTree *octree_ptr, const unsigned int) |
| |
| template<class Archive > |
| void | boost::serialization::load (Archive &ar, hpp::fcl::OcTree &octree, const unsigned int) |
| |
| template<class Archive > |
| void | boost::serialization::serialize (Archive &ar, hpp::fcl::OcTree &octree, const unsigned int version) |
| |
| | BOOST_CLASS_EXPORT_KEY (::hpp::fcl::OcTree) namespace boost |
| |
◆ BOOST_CLASS_EXPORT_KEY()