#include <change_link_visibility_command.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ ConstPtr
◆ Ptr
◆ ChangeLinkVisibilityCommand() [1/2]
tesseract_environment::ChangeLinkVisibilityCommand::ChangeLinkVisibilityCommand |
( |
| ) |
|
|
inline |
◆ ChangeLinkVisibilityCommand() [2/2]
tesseract_environment::ChangeLinkVisibilityCommand::ChangeLinkVisibilityCommand |
( |
std::string |
link_name, |
|
|
bool |
enabled |
|
) |
| |
|
inline |
Set a links visibility.
- Parameters
-
name | The name of the link |
visibility | True if should be visible, otherwise false |
◆ getEnabled()
bool tesseract_environment::ChangeLinkVisibilityCommand::getEnabled |
( |
| ) |
const |
|
inline |
◆ getLinkName()
const std::string & tesseract_environment::ChangeLinkVisibilityCommand::getLinkName |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator==()
◆ serialize()
template<class Archive >
void tesseract_environment::ChangeLinkVisibilityCommand::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ enabled_
bool tesseract_environment::ChangeLinkVisibilityCommand::enabled_ { false } |
|
private |
◆ link_name_
std::string tesseract_environment::ChangeLinkVisibilityCommand::link_name_ |
|
private |
The documentation for this class was generated from the following files: