Main MRPT website > C++ reference
MRPT logo
Public Attributes
mrpt::graphs::CDirectedTree::TEdgeInfo Struct Reference

#include <mrpt/graphs/CDirectedTree.h>

List of all members.

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.

Member Data Documentation

User data for this edge.

Definition at line 62 of file CDirectedTree.h.

The ID of the child node.

Definition at line 60 of file CDirectedTree.h.

Referenced by mrpt::graphs::CDirectedTree::getAsTextDescription().

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::getAsTextDescription().




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011