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