Go to the documentation of this file.
26 #ifndef TESSERACT_COLLISION_CORE_CONTACT_RESULT_VALIDATORS_H
27 #define TESSERACT_COLLISION_CORE_CONTACT_RESULT_VALIDATORS_H
30 #include <boost/serialization/access.hpp>
31 #include <boost/serialization/export.hpp>
46 using Ptr = std::shared_ptr<ContactResultValidator>;
47 using ConstPtr = std::shared_ptr<const ContactResultValidator>;
48 using UPtr = std::unique_ptr<ContactResultValidator>;
49 using ConstUPtr = std::unique_ptr<const ContactResultValidator>;
58 template <
class Archive>
59 void serialize(Archive& ar,
const unsigned int version);
66 #endif // TESSERACT_COLLISION_CORE_CONTACT_RESULT_VALIDATORS_H