![]() |
Blender V2.61 - r43446
|
#include <tree.hpp>
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 () |
Public Attributes | |
| Segment | segment |
| unsigned int | q_nr |
| SegmentMap::const_iterator | parent |
| std::vector < SegmentMap::const_iterator > | children |
| KDL::TreeElement::TreeElement | ( | const Segment & | segment_in, |
| const SegmentMap::const_iterator & | parent_in, | ||
| unsigned int | q_nr_in | ||
| ) | [inline] |
| static TreeElement KDL::TreeElement::Root | ( | ) | [inline, static] |
Definition at line 60 of file tree.hpp.
Referenced by KDL::Tree::operator=(), and KDL::Tree::Tree().
| std::vector<SegmentMap::const_iterator > KDL::TreeElement::children |
| SegmentMap::const_iterator KDL::TreeElement::parent |
Definition at line 52 of file tree.hpp.
Referenced by TreeElement().
| unsigned int KDL::TreeElement::q_nr |
Definition at line 51 of file tree.hpp.
Referenced by TreeElement().
Definition at line 48 of file tree.hpp.
Referenced by TreeElement().