#include <mrpt/graphs/CDirectedTree.h>
Public Attributes | |
| TNodeID | id |
| The ID of the child node. | |
| bool | reverse |
| True if edge direction is child->parent, false if it's parent->child. | |
| TYPE_EDGES | data |
| User data for this edge. | |
| TYPE_EDGES mrpt::graphs::CDirectedTree::TEdgeInfo::data |
User data for this edge.
Definition at line 62 of file CDirectedTree.h.
The ID of the child node.
Definition at line 60 of file CDirectedTree.h.
Referenced by mrpt::graphs::CDirectedTree::getAsTextDescription().
True if edge direction is child->parent, false if it's parent->child.
Definition at line 61 of file CDirectedTree.h.
Referenced by mrpt::graphs::CDirectedTree::getAsTextDescription().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |