Definition at line 58 of file CDirectedTree.h.
#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< TYPE_EDGES >::TEdgeInfo::data |
User data for this edge.
Definition at line 62 of file CDirectedTree.h.
| TNodeID mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo::id |
The ID of the child node.
Definition at line 60 of file CDirectedTree.h.
Referenced by mrpt::graphs::CDirectedTree< TYPE_EDGES >::getAsTextDescription().
| bool mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo::reverse |
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< TYPE_EDGES >::getAsTextDescription().
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |