KDL::TreeElement Class Reference
#include <tree.hpp>
List of all members.
Public Member Functions |
| TreeElement (const Segment &segment_in, const SegmentMap::const_iterator &parent_in, unsigned int q_nr_in) |
Static Public Member Functions |
static TreeElement | Root (const std::string &root_name) |
Public Attributes |
std::vector
< SegmentMap::const_iterator > | children |
SegmentMap::const_iterator | parent |
unsigned int | q_nr |
Segment | segment |
Private Member Functions |
| TreeElement (const std::string &name) |
Detailed Description
Definition at line 37 of file tree.hpp.
Constructor & Destructor Documentation
KDL::TreeElement::TreeElement |
( |
const std::string & |
name |
) |
[inline, private] |
KDL::TreeElement::TreeElement |
( |
const Segment & |
segment_in, |
|
|
const SegmentMap::const_iterator & |
parent_in, |
|
|
unsigned int |
q_nr_in | |
|
) |
| | [inline] |
Member Function Documentation
static TreeElement KDL::TreeElement::Root |
( |
const std::string & |
root_name |
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file: