coal 3.0.2 Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library |
#include "coal/shape/convex.h"#include "coal/serialization/fwd.h"#include "coal/serialization/geometric_shapes.h"#include "coal/serialization/memory.h"#include "coal/serialization/triangle.h"#include "coal/serialization/quadrilateral.h"Go to the source code of this file.
Classes | |
| struct | boost::serialization::internal::ConvexBaseAccessor |
| struct | boost::serialization::internal::ConvexAccessor< PolygonT > |
Namespaces | |
| namespace | boost |
| namespace | boost::serialization |
| namespace | boost::serialization::internal |
| namespace | coal |
| Main namespace. | |
Functions | |
| template<class Archive> | |
| void | boost::serialization::serialize (Archive &ar, coal::ConvexBase &convex_base, const unsigned int) |
| template<class Archive, typename PolygonT> | |
| void | boost::serialization::serialize (Archive &ar, coal::Convex< PolygonT > &convex_, const unsigned int) |
| BOOST_CLASS_EXPORT_KEY (coal::Convex< coal::Triangle >) namespace boost | |
| BOOST_CLASS_EXPORT_KEY (coal::Convex< coal::Quadrilateral >) namespace boost | |
| BOOST_CLASS_EXPORT_KEY | ( | coal::Convex< coal::Quadrilateral > | ) |
| BOOST_CLASS_EXPORT_KEY | ( | coal::Convex< coal::Triangle > | ) |