#include <change_link_origin_command.h>
Public Types | |
using | ConstPtr = std::shared_ptr< const ChangeLinkOriginCommand > |
using | Ptr = std::shared_ptr< ChangeLinkOriginCommand > |
![]() | |
using | ConstPtr = std::shared_ptr< const Command > |
using | Ptr = std::shared_ptr< Command > |
Public Member Functions | |
ChangeLinkOriginCommand () | |
ChangeLinkOriginCommand (std::string link_name, const Eigen::Isometry3d &origin) | |
const std::string & | getLinkName () const |
const Eigen::Isometry3d & | getOrigin () const |
bool | operator!= (const ChangeLinkOriginCommand &rhs) const |
bool | operator== (const ChangeLinkOriginCommand &rhs) const |
![]() | |
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_ |
Eigen::Isometry3d | origin_ { Eigen::Isometry3d::Identity() } |
Friends | |
class | boost::serialization::access |
struct | tesseract_common::Serialization |
Definition at line 45 of file change_link_origin_command.h.
using tesseract_environment::ChangeLinkOriginCommand::ConstPtr = std::shared_ptr<const ChangeLinkOriginCommand> |
Definition at line 53 of file change_link_origin_command.h.
using tesseract_environment::ChangeLinkOriginCommand::Ptr = std::shared_ptr<ChangeLinkOriginCommand> |
Definition at line 52 of file change_link_origin_command.h.
tesseract_environment::ChangeLinkOriginCommand::ChangeLinkOriginCommand | ( | ) |
Definition at line 43 of file change_link_origin_command.cpp.
tesseract_environment::ChangeLinkOriginCommand::ChangeLinkOriginCommand | ( | std::string | link_name, |
const Eigen::Isometry3d & | origin | ||
) |
Definition at line 46 of file change_link_origin_command.cpp.
const std::string & tesseract_environment::ChangeLinkOriginCommand::getLinkName | ( | ) | const |
Definition at line 51 of file change_link_origin_command.cpp.
const Eigen::Isometry3d & tesseract_environment::ChangeLinkOriginCommand::getOrigin | ( | ) | const |
Definition at line 52 of file change_link_origin_command.cpp.
bool tesseract_environment::ChangeLinkOriginCommand::operator!= | ( | const ChangeLinkOriginCommand & | rhs | ) | const |
Definition at line 62 of file change_link_origin_command.cpp.
bool tesseract_environment::ChangeLinkOriginCommand::operator== | ( | const ChangeLinkOriginCommand & | rhs | ) | const |
Definition at line 54 of file change_link_origin_command.cpp.
|
private |
Definition at line 65 of file change_link_origin_command.cpp.
|
friend |
Definition at line 69 of file change_link_origin_command.h.
|
friend |
Definition at line 70 of file change_link_origin_command.h.
|
private |
Definition at line 66 of file change_link_origin_command.h.
|
private |
Definition at line 67 of file change_link_origin_command.h.