Tesseract
Motion Planning Environment
|
#include <modify_allowed_collisions_command.h>
Public Types | |
using | Ptr = std::shared_ptr< ModifyAllowedCollisionsCommand > |
using | ConstPtr = std::shared_ptr< const ModifyAllowedCollisionsCommand > |
Public Types inherited from tesseract_environment::Command | |
using | Ptr = std::shared_ptr< Command > |
using | ConstPtr = std::shared_ptr< const Command > |
Public Member Functions | |
ModifyAllowedCollisionsCommand () | |
ModifyAllowedCollisionsCommand (tesseract_common::AllowedCollisionMatrix acm, ModifyAllowedCollisionsType type) | |
ModifyAllowedCollisionsType | getModifyType () const |
const tesseract_common::AllowedCollisionMatrix & | getAllowedCollisionMatrix () const |
bool | operator== (const ModifyAllowedCollisionsCommand &rhs) const |
bool | operator!= (const ModifyAllowedCollisionsCommand &rhs) const |
Public Member Functions inherited from tesseract_environment::Command | |
Command (CommandType type=CommandType::UNINITIALIZED) | |
virtual | ~Command ()=default |
Command (const Command &)=default | |
Command & | operator= (const Command &)=default |
Command (Command &&)=default | |
Command & | operator= (Command &&)=default |
CommandType | getType () const |
bool | operator== (const Command &rhs) const |
bool | operator!= (const Command &rhs) const |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
ModifyAllowedCollisionsType | type_ { ModifyAllowedCollisionsType::ADD } |
tesseract_common::AllowedCollisionMatrix | acm_ |
Friends | |
class | boost::serialization::access |
using tesseract_environment::ModifyAllowedCollisionsCommand::ConstPtr = std::shared_ptr<const ModifyAllowedCollisionsCommand> |
using tesseract_environment::ModifyAllowedCollisionsCommand::Ptr = std::shared_ptr<ModifyAllowedCollisionsCommand> |
tesseract_environment::ModifyAllowedCollisionsCommand::ModifyAllowedCollisionsCommand | ( | ) |
tesseract_environment::ModifyAllowedCollisionsCommand::ModifyAllowedCollisionsCommand | ( | tesseract_common::AllowedCollisionMatrix | acm, |
ModifyAllowedCollisionsType | type | ||
) |
const tesseract_common::AllowedCollisionMatrix & tesseract_environment::ModifyAllowedCollisionsCommand::getAllowedCollisionMatrix | ( | ) | const |
ModifyAllowedCollisionsType tesseract_environment::ModifyAllowedCollisionsCommand::getModifyType | ( | ) | const |
bool tesseract_environment::ModifyAllowedCollisionsCommand::operator!= | ( | const ModifyAllowedCollisionsCommand & | rhs | ) | const |
bool tesseract_environment::ModifyAllowedCollisionsCommand::operator== | ( | const ModifyAllowedCollisionsCommand & | rhs | ) | const |
|
private |
|
friend |
|
private |
|
private |