#include <add_scene_graph_command.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ ConstPtr
◆ Ptr
◆ AddSceneGraphCommand() [1/3]
tesseract_environment::AddSceneGraphCommand::AddSceneGraphCommand |
( |
| ) |
|
|
inline |
◆ AddSceneGraphCommand() [2/3]
Merge a graph into the current environment.
- Parameters
-
scene_graph | Const ref to the graph to be merged (said graph will be copied) |
prefix | string Will be prepended to every link and joint of the merged graph |
- Returns
- Return False if any link or joint name collides with current environment, otherwise True Merge a subgraph into the current environment, considering that the root of the merged graph is attached to the root of the environment by a fixed joint and no displacement. Every joint and link of the subgraph will be copied into the environment graph. The prefix argument is meant to allow adding multiple copies of the same subgraph with different names
◆ AddSceneGraphCommand() [3/3]
Merge a graph into the current environment.
- Parameters
-
scene_graph | Const ref to the graph to be merged (said graph will be copied) |
root_joint | Const ptr to the joint that connects current environment with root of the merged graph |
prefix | string Will be prepended to every link and joint of the merged graph |
- Returns
- Return False if any link or joint name collides with current environment, otherwise True Merge a subgraph into the current environment. Every joint and link of the subgraph will be copied into the environment graph. The prefix argument is meant to allow adding multiple copies of the same subgraph with different names
◆ getJoint()
◆ getPrefix()
const std::string & tesseract_environment::AddSceneGraphCommand::getPrefix |
( |
| ) |
const |
|
inline |
◆ getSceneGraph()
◆ operator!=()
bool tesseract_environment::AddSceneGraphCommand::operator!= |
( |
const AddSceneGraphCommand & |
rhs | ) |
const |
◆ operator==()
bool tesseract_environment::AddSceneGraphCommand::operator== |
( |
const AddSceneGraphCommand & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_environment::AddSceneGraphCommand::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ joint_
◆ prefix_
std::string tesseract_environment::AddSceneGraphCommand::prefix_ |
|
private |
◆ scene_graph_
The documentation for this class was generated from the following files: