Rename graph::Node -> graph::State
- make Node class as a deprecated typedef, - rename methods accordingly, making old methods deprecated. Conflicts: src/graph/helper.cc
Showing
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- include/hpp/manipulation/connected-component.hh 7 additions, 6 deletionsinclude/hpp/manipulation/connected-component.hh
- include/hpp/manipulation/graph-path-validation.hh 1 addition, 1 deletioninclude/hpp/manipulation/graph-path-validation.hh
- include/hpp/manipulation/graph/edge.hh 62 additions, 44 deletionsinclude/hpp/manipulation/graph/edge.hh
- include/hpp/manipulation/graph/fwd.hh 11 additions, 10 deletionsinclude/hpp/manipulation/graph/fwd.hh
- include/hpp/manipulation/graph/graph.hh 69 additions, 27 deletionsinclude/hpp/manipulation/graph/graph.hh
- include/hpp/manipulation/graph/guided-node-selector.hh 4 additions, 42 deletionsinclude/hpp/manipulation/graph/guided-node-selector.hh
- include/hpp/manipulation/graph/guided-state-selector.hh 70 additions, 0 deletionsinclude/hpp/manipulation/graph/guided-state-selector.hh
- include/hpp/manipulation/graph/helper.hh 3 additions, 3 deletionsinclude/hpp/manipulation/graph/helper.hh
- include/hpp/manipulation/graph/node-selector.hh 4 additions, 67 deletionsinclude/hpp/manipulation/graph/node-selector.hh
- include/hpp/manipulation/graph/node.hh 4 additions, 158 deletionsinclude/hpp/manipulation/graph/node.hh
- include/hpp/manipulation/graph/state-selector.hh 95 additions, 0 deletionsinclude/hpp/manipulation/graph/state-selector.hh
- include/hpp/manipulation/graph/state.hh 186 additions, 0 deletionsinclude/hpp/manipulation/graph/state.hh
- include/hpp/manipulation/graph/statistics.hh 10 additions, 8 deletionsinclude/hpp/manipulation/graph/statistics.hh
- include/hpp/manipulation/roadmap-node.hh 25 additions, 9 deletionsinclude/hpp/manipulation/roadmap-node.hh
- include/hpp/manipulation/roadmap.hh 8 additions, 3 deletionsinclude/hpp/manipulation/roadmap.hh
- include/hpp/manipulation/symbolic-component.hh 1 addition, 1 deletioninclude/hpp/manipulation/symbolic-component.hh
- src/CMakeLists.txt 3 additions, 3 deletionssrc/CMakeLists.txt
- src/astar.hh 13 additions, 13 deletionssrc/astar.hh
- src/connected-component.cc 40 additions, 20 deletionssrc/connected-component.cc
Loading
Please register or sign in to comment