Go to the documentation of this file.
28 #include <boost/serialization/access.hpp>
29 #include <boost/serialization/nvp.hpp>
63 template <
class Archive>
66 ar& BOOST_SERIALIZATION_BASE_OBJECT_NVP(
Command);
67 ar& BOOST_SERIALIZATION_NVP(
type_);
68 ar& BOOST_SERIALIZATION_NVP(
acm_);
bool operator==(const Command &rhs) const
@ MODIFY_ALLOWED_COLLISIONS
#define TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(Type)
ModifyAllowedCollisionsType type_
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
ModifyAllowedCollisionsType getModifyType() const
bool operator!=(const ModifyAllowedCollisionsCommand &rhs) const
void serialize(Archive &ar, const unsigned int version)
bool operator==(const ModifyAllowedCollisionsCommand &rhs) const
const tesseract_common::AllowedCollisionMatrix & getAllowedCollisionMatrix() const
ModifyAllowedCollisionsCommand()
tesseract_common::AllowedCollisionMatrix acm_
ModifyAllowedCollisionsType