Definition at line 55 of file TMoveTree.h.
#include <mrpt/nav/planners/TMoveTree.h>
Public Member Functions | |
node_t (mrpt::utils::TNodeID node_id_, mrpt::utils::TNodeID parent_id_, EDGE_TYPE *edge_to_parent_, const NODE_TYPE_DATA &data) | |
node_t () | |
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 |
Definition at line 66 of file TMoveTree.h.
EDGE_TYPE* mrpt::nav::TMoveTree< NODE_TYPE_DATA, EDGE_TYPE, MAPS_IMPLEMENTATION >::node_t::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_t::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.
mrpt::utils::TNodeID mrpt::nav::TMoveTree< NODE_TYPE_DATA, EDGE_TYPE, MAPS_IMPLEMENTATION >::node_t::parent_id |
INVALID_NODEID for the root, a valid ID otherwise.
Definition at line 58 of file TMoveTree.h.
Referenced by mrpt::nav::TMoveTree< NODE_TYPE_DATA, EDGE_TYPE, MAPS_IMPLEMENTATION >::backtrackPath().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |