Definition at line 223 of file graphs.h.
#include <mrpt/math/graphs.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::math::CDirectedTree< TYPE_EDGES >::TEdgeInfo::data |
TNodeID mrpt::math::CDirectedTree< TYPE_EDGES >::TEdgeInfo::id |
The ID of the child node.
Definition at line 225 of file graphs.h.
Referenced by mrpt::math::CDirectedTree< TYPE_EDGES >::getAsTextDescription().
bool mrpt::math::CDirectedTree< TYPE_EDGES >::TEdgeInfo::reverse |
True if edge direction is child->parent, false if it's parent->child.
Definition at line 226 of file graphs.h.
Referenced by mrpt::math::CDirectedTree< TYPE_EDGES >::getAsTextDescription().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |