Definition at line 38 of file CDirectedTree.h.
#include <mrpt/graphs/CDirectedTree.h>
Public Attributes | |
| TNodeID | id |
| The ID of the child node. More... | |
| bool | reverse |
| True if edge direction is child->parent, false if it's parent->child. More... | |
| TYPE_EDGES | data |
| User data for this edge. More... | |
| TYPE_EDGES mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo::data |
User data for this edge.
Definition at line 42 of file CDirectedTree.h.
| TNodeID mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo::id |
The ID of the child node.
Definition at line 40 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 41 of file CDirectedTree.h.
Referenced by mrpt::graphs::CDirectedTree< TYPE_EDGES >::getAsTextDescription().
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |