libmove3d-planners
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
mho::ReverseDisjkstra Class Reference

Public Member Functions

 ReverseDisjkstra (GraphInterface *g=0)
 
void setGraph (GraphInterface *g)
 
void setTarget (NodeInterface *target)
 
NodeInterfacegetTarget ()
 
void compute (NodeInterface *target)
 
void compute ()
 
std::pair< cost_t, std::deque
< NodeInterface * > > 
getPathDeque (NodeInterface *start)
 
std::pair< cost_t, std::vector
< NodeInterface * > > 
getPathVector (NodeInterface *start)
 

The documentation for this class was generated from the following files: