#include <remove_joint_command.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ ConstPtr
◆ Ptr
◆ RemoveJointCommand() [1/2]
tesseract_environment::RemoveJointCommand::RemoveJointCommand |
( |
| ) |
|
|
inline |
◆ RemoveJointCommand() [2/2]
tesseract_environment::RemoveJointCommand::RemoveJointCommand |
( |
std::string |
joint_name | ) |
|
|
inline |
Removes a joint from the environment.
All child components (links/joints) should be removed
- Parameters
-
name | Name of the joint to be removed |
◆ getJointName()
const std::string & tesseract_environment::RemoveJointCommand::getJointName |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool tesseract_environment::RemoveJointCommand::operator!= |
( |
const RemoveJointCommand & |
rhs | ) |
const |
◆ operator==()
bool tesseract_environment::RemoveJointCommand::operator== |
( |
const RemoveJointCommand & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_environment::RemoveJointCommand::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ joint_name_
std::string tesseract_environment::RemoveJointCommand::joint_name_ |
|
private |
The documentation for this class was generated from the following files: