Definition at line 54 of file CDirectedTree.h.
#include <mrpt/graphs/CDirectedTree.h>
Public Member Functions | |
TEdgeInfo (TNodeID child_id_, bool direction_child_to_parent=false, const TYPE_EDGES &edge_data=TYPE_EDGES()) | |
Edge constructor from data. | |
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. | |
|
inline |
Edge constructor from data.
Definition at line 61 of file CDirectedTree.h.
TYPE_EDGES mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo::data |
User data for this edge.
Definition at line 58 of file CDirectedTree.h.
TNodeID mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo::id |
The ID of the child node.
Definition at line 56 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 57 of file CDirectedTree.h.
Referenced by mrpt::graphs::CDirectedTree< TYPE_EDGES >::getAsTextDescription().
Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Tue Jan 17 22:27:43 UTC 2023 |