Macros
fwd.h File Reference
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include "hpp/fcl/serialization/eigen.h"
Include dependency graph for fwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HPP_FCL_SERIALIZATION_SPLIT(Type)
 

Macro Definition Documentation

◆ HPP_FCL_SERIALIZATION_SPLIT

#define HPP_FCL_SERIALIZATION_SPLIT (   Type)
Value:
template <class Archive> \
void serialize(Archive& ar, Type& value, const unsigned int version) { \
split_free(ar, value, version); \
}
void serialize(Archive &ar, hpp::fcl::AABB &aabb, const unsigned int)

Definition at line 13 of file fwd.h.



hpp-fcl
Author(s):
autogenerated on Fri Jun 2 2023 02:39:02