| 
    MRPT
    2.0.4
    
   | 
 
Definition at line 53 of file TMoveTree.h.
#include <mrpt/nav/planners/TMoveTree.h>
Public Member Functions | |
| node_t (mrpt::graphs::TNodeID node_id_, mrpt::graphs::TNodeID parent_id_, EDGE_TYPE *edge_to_parent_, const NODE_TYPE_DATA &data) | |
| node_t ()=default | |
Public Attributes | |
| mrpt::graphs::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::graphs::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 62 of file TMoveTree.h.
      
  | 
  default | 
| 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 61 of file TMoveTree.h.
| mrpt::graphs::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::graphs::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 59 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 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |