#include <remove_allowed_collision_link_command.h>
Public Types | |
using | ConstPtr = std::shared_ptr< const RemoveAllowedCollisionLinkCommand > |
using | Ptr = std::shared_ptr< RemoveAllowedCollisionLinkCommand > |
![]() | |
using | ConstPtr = std::shared_ptr< const Command > |
using | Ptr = std::shared_ptr< Command > |
Public Member Functions | |
const std::string & | getLinkName () const |
bool | operator!= (const RemoveAllowedCollisionLinkCommand &rhs) const |
bool | operator== (const RemoveAllowedCollisionLinkCommand &rhs) const |
RemoveAllowedCollisionLinkCommand () | |
RemoveAllowedCollisionLinkCommand (std::string link_name) | |
Remove disabled collision for any pair with link_name from allowed collision matrix. More... | |
![]() | |
Command (Command &&)=default | |
Command (CommandType type=CommandType::UNINITIALIZED) | |
Command (const Command &)=default | |
CommandType | getType () const |
bool | operator!= (const Command &rhs) const |
Command & | operator= (Command &&)=default |
Command & | operator= (const Command &)=default |
bool | operator== (const Command &rhs) const |
virtual | ~Command ()=default |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::string | link_name_ |
Friends | |
class | boost::serialization::access |
struct | tesseract_common::Serialization |
Definition at line 45 of file remove_allowed_collision_link_command.h.
using tesseract_environment::RemoveAllowedCollisionLinkCommand::ConstPtr = std::shared_ptr<const RemoveAllowedCollisionLinkCommand> |
Definition at line 49 of file remove_allowed_collision_link_command.h.
using tesseract_environment::RemoveAllowedCollisionLinkCommand::Ptr = std::shared_ptr<RemoveAllowedCollisionLinkCommand> |
Definition at line 48 of file remove_allowed_collision_link_command.h.
tesseract_environment::RemoveAllowedCollisionLinkCommand::RemoveAllowedCollisionLinkCommand | ( | ) |
Definition at line 39 of file remove_allowed_collision_link_command.cpp.
tesseract_environment::RemoveAllowedCollisionLinkCommand::RemoveAllowedCollisionLinkCommand | ( | std::string | link_name | ) |
Remove disabled collision for any pair with link_name from allowed collision matrix.
link_name | Collision object name |
Definition at line 44 of file remove_allowed_collision_link_command.cpp.
const std::string & tesseract_environment::RemoveAllowedCollisionLinkCommand::getLinkName | ( | ) | const |
Definition at line 49 of file remove_allowed_collision_link_command.cpp.
bool tesseract_environment::RemoveAllowedCollisionLinkCommand::operator!= | ( | const RemoveAllowedCollisionLinkCommand & | rhs | ) | const |
Definition at line 58 of file remove_allowed_collision_link_command.cpp.
bool tesseract_environment::RemoveAllowedCollisionLinkCommand::operator== | ( | const RemoveAllowedCollisionLinkCommand & | rhs | ) | const |
Definition at line 51 of file remove_allowed_collision_link_command.cpp.
|
private |
Definition at line 64 of file remove_allowed_collision_link_command.cpp.
|
friend |
Definition at line 67 of file remove_allowed_collision_link_command.h.
|
friend |
Definition at line 68 of file remove_allowed_collision_link_command.h.
|
private |
Definition at line 65 of file remove_allowed_collision_link_command.h.