Go to the source code of this file.
Classes | |
class | PathEngine::Mobility |
移動アルゴリズム実装用抽象クラス More... | |
Namespaces | |
PathEngine | |
Typedefs | |
typedef void(* | PathEngine::MobilityDeleteFunc) (Mobility *mobility) |
移動アルゴリズム解放関数 More... | |
typedef Mobility *(* | PathEngine::MobilityNewFunc) (PathPlanner *planner) |
移動アルゴリズム生成関数 More... | |
Functions | |
template<class _New > | |
Mobility * | PathEngine::MobilityCreate (PathPlanner *planner) |
移動アルゴリズム生成関数生成テンプレート More... | |
template<class _Delete > | |
void | PathEngine::MobilityDelete (Mobility *mobility) |
移動アルゴリズム解放関数生成テンプレート More... | |