#include <hpp/core_idl/path_planners-idl.hh>
Public Member Functions | |
PathVector_ptr | solve () |
void | startSolve () |
void | tryConnectInitAndGoals () |
void | oneStep () |
PathVector_ptr | computePath () |
PathVector_ptr | finishSolve (::hpp::core_idl::PathVector_ptr path) |
void | interrupt () |
void | maxIterations (::hpp::size_type n) |
void | timeOut (::hpp::value_type seconds) |
_objref_PathPlanner () | |
_objref_PathPlanner (omniIOR *, omniIdentity *) | |
Protected Member Functions | |
virtual | ~_objref_PathPlanner () |
Friends | |
class | PathPlanner |
|
inline |
_objref_PathPlanner::_objref_PathPlanner | ( | omniIOR * | , |
omniIdentity * | |||
) |
|
protectedvirtual |
PathVector_ptr _objref_PathPlanner::computePath | ( | ) |
PathVector_ptr _objref_PathPlanner::finishSolve | ( | ::hpp::core_idl::PathVector_ptr | path | ) |
void _objref_PathPlanner::interrupt | ( | ) |
void _objref_PathPlanner::maxIterations | ( | ::hpp::size_type | n | ) |
void _objref_PathPlanner::oneStep | ( | ) |
PathVector_ptr _objref_PathPlanner::solve | ( | ) |
void _objref_PathPlanner::startSolve | ( | ) |
void _objref_PathPlanner::timeOut | ( | ::hpp::value_type | seconds | ) |
void _objref_PathPlanner::tryConnectInitAndGoals | ( | ) |
|
friend |