#include <link.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ ConstPtr
◆ Ptr
◆ Link() [1/4]
tesseract_scene_graph::Link::Link |
( |
std::string |
name | ) |
|
|
inline |
◆ Link() [2/4]
tesseract_scene_graph::Link::Link |
( |
| ) |
|
|
default |
◆ ~Link()
tesseract_scene_graph::Link::~Link |
( |
| ) |
|
|
default |
◆ Link() [3/4]
tesseract_scene_graph::Link::Link |
( |
const Link & |
other | ) |
|
|
delete |
◆ Link() [4/4]
tesseract_scene_graph::Link::Link |
( |
Link && |
other | ) |
|
|
default |
◆ clear()
void tesseract_scene_graph::Link::clear |
( |
| ) |
|
|
inline |
◆ clone() [1/2]
Link tesseract_scene_graph::Link::clone |
( |
| ) |
const |
|
inline |
Clone the link keeping the name.
- Returns
- Cloned link
◆ clone() [2/2]
Link tesseract_scene_graph::Link::clone |
( |
const std::string & |
name | ) |
const |
|
inline |
Perform a copy of link, changing its name
◆ getName()
const std::string & tesseract_scene_graph::Link::getName |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool tesseract_scene_graph::Link::operator!= |
( |
const Link & |
rhs | ) |
const |
◆ operator=() [1/2]
Link & tesseract_scene_graph::Link::operator= |
( |
const Link & |
other | ) |
|
|
delete |
◆ operator=() [2/2]
Link & tesseract_scene_graph::Link::operator= |
( |
Link && |
other | ) |
|
|
default |
◆ operator==()
bool tesseract_scene_graph::Link::operator== |
( |
const Link & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_scene_graph::Link::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ collision
◆ inertial
◆ name_
std::string tesseract_scene_graph::Link::name_ |
|
private |
◆ visual
std::vector<Visual::Ptr> tesseract_scene_graph::Link::visual |
The documentation for this class was generated from the following files:
- tesseract_scene_graph/include/tesseract_scene_graph/link.h
- tesseract_scene_graph/src/link.cpp