![]() |
Tesseract
Motion Planning Environment
|
The contact managers plugin information structure. More...
#include <types.h>

Public Member Functions | |
| void | insert (const ContactManagersPluginInfo &other) |
| Insert the content of an other ContactManagersPluginInfo. More... | |
| void | clear () |
| Clear the contents. More... | |
| bool | empty () const |
| Check if structure is empty. More... | |
| bool | operator== (const ContactManagersPluginInfo &rhs) const |
| bool | operator!= (const ContactManagersPluginInfo &rhs) const |
Public Attributes | |
| std::set< std::string > | search_paths |
| A list of paths to search for plugins. More... | |
| std::set< std::string > | search_libraries |
| A list of library names without the prefix or suffix that contain plugins. More... | |
| tesseract_common::PluginInfoContainer | discrete_plugin_infos |
| A map of name to discrete contact manager plugin information. More... | |
| tesseract_common::PluginInfoContainer | continuous_plugin_infos |
| A map of name to continuous contact manager plugin information. More... | |
Static Public Attributes | |
| static const std::string | CONFIG_KEY { "contact_manager_plugins" } |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
The contact managers plugin information structure.
| void tesseract_common::ContactManagersPluginInfo::clear | ( | ) |
Clear the contents.
| bool tesseract_common::ContactManagersPluginInfo::empty | ( | ) | const |
Check if structure is empty.
| void tesseract_common::ContactManagersPluginInfo::insert | ( | const ContactManagersPluginInfo & | other | ) |
Insert the content of an other ContactManagersPluginInfo.
| bool tesseract_common::ContactManagersPluginInfo::operator!= | ( | const ContactManagersPluginInfo & | rhs | ) | const |
| bool tesseract_common::ContactManagersPluginInfo::operator== | ( | const ContactManagersPluginInfo & | rhs | ) | const |
|
private |
|
friend |
|
inlinestatic |
| tesseract_common::PluginInfoContainer tesseract_common::ContactManagersPluginInfo::continuous_plugin_infos |
A map of name to continuous contact manager plugin information.
| tesseract_common::PluginInfoContainer tesseract_common::ContactManagersPluginInfo::discrete_plugin_infos |
A map of name to discrete contact manager plugin information.
| std::set<std::string> tesseract_common::ContactManagersPluginInfo::search_libraries |
A list of library names without the prefix or suffix that contain plugins.
| std::set<std::string> tesseract_common::ContactManagersPluginInfo::search_paths |
A list of paths to search for plugins.