Main MRPT website > C++ reference
MRPT logo
List of all members | Public Attributes
mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo Struct Reference

Detailed Description

template<class TYPE_EDGES = uint8_t>
struct mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo

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...
 

Member Data Documentation

template<class TYPE_EDGES = uint8_t>
TYPE_EDGES mrpt::graphs::CDirectedTree< TYPE_EDGES >::TEdgeInfo::data

User data for this edge.

Definition at line 42 of file CDirectedTree.h.

template<class TYPE_EDGES = uint8_t>
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().

template<class TYPE_EDGES = uint8_t>
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