#include <set_active_discrete_contact_manager_command.h>
Public Types | |
using | ConstPtr = std::shared_ptr< const SetActiveDiscreteContactManagerCommand > |
using | Ptr = std::shared_ptr< SetActiveDiscreteContactManagerCommand > |
![]() | |
using | ConstPtr = std::shared_ptr< const Command > |
using | Ptr = std::shared_ptr< Command > |
Public Member Functions | |
const std::string & | getName () const |
bool | operator!= (const SetActiveDiscreteContactManagerCommand &rhs) const |
bool | operator== (const SetActiveDiscreteContactManagerCommand &rhs) const |
SetActiveDiscreteContactManagerCommand () | |
SetActiveDiscreteContactManagerCommand (std::string active_contact_manager) | |
Set the active discrete contact manager. 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 | active_contact_manager_ |
Friends | |
class | boost::serialization::access |
struct | tesseract_common::Serialization |
Definition at line 45 of file set_active_discrete_contact_manager_command.h.
using tesseract_environment::SetActiveDiscreteContactManagerCommand::ConstPtr = std::shared_ptr<const SetActiveDiscreteContactManagerCommand> |
Definition at line 49 of file set_active_discrete_contact_manager_command.h.
using tesseract_environment::SetActiveDiscreteContactManagerCommand::Ptr = std::shared_ptr<SetActiveDiscreteContactManagerCommand> |
Definition at line 48 of file set_active_discrete_contact_manager_command.h.
tesseract_environment::SetActiveDiscreteContactManagerCommand::SetActiveDiscreteContactManagerCommand | ( | ) |
Definition at line 39 of file set_active_discrete_contact_manager_command.cpp.
tesseract_environment::SetActiveDiscreteContactManagerCommand::SetActiveDiscreteContactManagerCommand | ( | std::string | active_contact_manager | ) |
Set the active discrete contact manager.
active_contact_manager | Active contact manager name |
Definition at line 44 of file set_active_discrete_contact_manager_command.cpp.
const std::string & tesseract_environment::SetActiveDiscreteContactManagerCommand::getName | ( | ) | const |
Definition at line 50 of file set_active_discrete_contact_manager_command.cpp.
bool tesseract_environment::SetActiveDiscreteContactManagerCommand::operator!= | ( | const SetActiveDiscreteContactManagerCommand & | rhs | ) | const |
Definition at line 59 of file set_active_discrete_contact_manager_command.cpp.
bool tesseract_environment::SetActiveDiscreteContactManagerCommand::operator== | ( | const SetActiveDiscreteContactManagerCommand & | rhs | ) | const |
Definition at line 52 of file set_active_discrete_contact_manager_command.cpp.
|
private |
Definition at line 65 of file set_active_discrete_contact_manager_command.cpp.
|
friend |
Definition at line 66 of file set_active_discrete_contact_manager_command.h.
|
friend |
Definition at line 67 of file set_active_discrete_contact_manager_command.h.
|
private |
Definition at line 64 of file set_active_discrete_contact_manager_command.h.