Definition at line 55 of file TMoveTree.h.
#include <mrpt/nav/planners/TMoveTree.h>
Public Member Functions | |
NODE_TYPE (mrpt::utils::TNodeID node_id_, mrpt::utils::TNodeID parent_id_, EDGE_TYPE *edge_to_parent_, const NODE_TYPE_DATA &data) | |
NODE_TYPE () | |
Public Attributes | |
mrpt::utils::TNodeID | node_id |
Duplicated ID (it's also in the map::iterator->first), but put here to make it available in path_t. More... | |
mrpt::utils::TNodeID | parent_id |
INVALID_NODEID for the root, a valid ID otherwise. More... | |
EDGE_TYPE * | edge_to_parent |
NULL for root, a valid edge otherwise. More... | |
|
inline |
Definition at line 60 of file TMoveTree.h.
|
inline |
EDGE_TYPE* mrpt::nav::TMoveTree< NODE_TYPE_DATA, EDGE_TYPE, MAPS_IMPLEMENTATION >::NODE_TYPE::edge_to_parent |
NULL for root, a valid edge otherwise.
Definition at line 59 of file TMoveTree.h.
mrpt::utils::TNodeID mrpt::nav::TMoveTree< NODE_TYPE_DATA, EDGE_TYPE, MAPS_IMPLEMENTATION >::NODE_TYPE::node_id |
Duplicated ID (it's also in the map::iterator->first), but put here to make it available in path_t.
Definition at line 57 of file TMoveTree.h.
Referenced by mrpt::nav::TMoveTree< TNodeSE2_TP, TMoveEdgeSE2_TP >::insertNode().
mrpt::utils::TNodeID mrpt::nav::TMoveTree< NODE_TYPE_DATA, EDGE_TYPE, MAPS_IMPLEMENTATION >::NODE_TYPE::parent_id |
INVALID_NODEID for the root, a valid ID otherwise.
Definition at line 58 of file TMoveTree.h.
Referenced by mrpt::nav::TMoveTree< TNodeSE2_TP, TMoveEdgeSE2_TP >::insertNodeAndEdge().
Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN: at Mon Aug 15 11:50:21 UTC 2016 |