#include <traceback.h>
Definition at line 38 of file traceback.h.
 
  
  
      
        
          | multi_robot_router::Traceback::Traceback  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool multi_robot_router::Traceback::getPath  | 
          ( | 
          const Vertex &  | 
          _startSeg,  | 
         
        
           | 
           | 
          const Vertex &  | 
          _endSeg,  | 
         
        
           | 
           | 
          std::vector< RouteVertex > &  | 
          _path  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
virtual   | 
  
 
traces back the graph to find the shortest route of the graph 
- Parameters
 - 
  
    | _startSeg | the start Segment  | 
    | _endSeg | the goal Segment  | 
    | _path | the path found  | 
  
   
- Returns
 - if a route is found 
 
Definition at line 35 of file traceback.cpp.
 
 
  
  
      
        
          | bool multi_robot_router::Traceback::isSuccessor  | 
          ( | 
          const Vertex *  | 
          _vertex,  | 
         
        
           | 
           | 
          const Vertex *  | 
          _succ  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
privatevirtual   | 
  
 
 
The documentation for this class was generated from the following files: