Main MRPT website > C++ reference
MRPT logo
Public Attributes

mrpt::math::CDirectedTree< TYPE_EDGES >::TEdgeInfo Struct Reference


Detailed Description

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

Definition at line 223 of file graphs.h.

#include <mrpt/math/graphs.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

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

User data for this edge.

Definition at line 227 of file graphs.h.

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

template<class TYPE_EDGES = uint8_t>
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.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011