coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
#include <Eigen/Dense>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/array.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
boost::serialization | |
Functions | |
template<class Archive , typename S , int Rows, int Cols, int Options, int MaxRows, int MaxCols> | |
void | boost::serialization::save (Archive &ar, const Eigen::Matrix< S, Rows, Cols, Options, MaxRows, MaxCols > &m, const unsigned int) |
template<class Archive , typename S , int Rows, int Cols, int Options, int MaxRows, int MaxCols> | |
void | boost::serialization::load (Archive &ar, Eigen::Matrix< S, Rows, Cols, Options, MaxRows, MaxCols > &m, const unsigned int) |
template<class Archive , typename S , int Rows, int Cols, int Options, int MaxRows, int MaxCols> | |
void | boost::serialization::serialize (Archive &ar, Eigen::Matrix< S, Rows, Cols, Options, MaxRows, MaxCols > &m, const unsigned int version) |
template<class Archive , typename PlainObjectBase , int MapOptions, typename StrideType > | |
void | boost::serialization::save (Archive &ar, const Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int) |
template<class Archive , typename PlainObjectBase , int MapOptions, typename StrideType > | |
void | boost::serialization::load (Archive &ar, Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int) |
template<class Archive , typename PlainObjectBase , int MapOptions, typename StrideType > | |
void | boost::serialization::serialize (Archive &ar, Eigen::Map< PlainObjectBase, MapOptions, StrideType > &m, const unsigned int version) |