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. More... | |
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... | |
|
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.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |