coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
octree.h File Reference
#include <sstream>
#include <iostream>
#include <boost/serialization/string.hpp>
#include "coal/octree.h"
#include "coal/serialization/fwd.h"
Include dependency graph for octree.h:

Go to the source code of this file.

Classes

struct  boost::serialization::internal::OcTreeAccessor
 

Namespaces

 boost
 
 boost::serialization
 
 boost::serialization::internal
 

Functions

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::save (Archive &ar, const 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::load (Archive &ar, coal::OcTree &octree, const unsigned int)
 
template<class Archive >
void boost::serialization::serialize (Archive &ar, coal::OcTree &octree, const unsigned int version)
 
 BOOST_CLASS_EXPORT_KEY (::coal::OcTree) namespace boost
 

Function Documentation

◆ BOOST_CLASS_EXPORT_KEY()

BOOST_CLASS_EXPORT_KEY ( ::coal::OcTree  )