グラフ探索の処理のインターフェース.
[詳解]
#include <interface_graph_searcher.h>
|
| | IGraphSearcher ()=default |
| |
| virtual | ~IGraphSearcher ()=default |
| |
| virtual std::tuple< GraphSearchResult, GraphSearchEvaluationValue, RobotStateNode > | SearchGraphTree (const GaitPatternGraphTree &graph, const RobotOperation &operation, const DividedMapState ÷d_map_state, int max_depth) const =0 |
| | グラフを受け取り,その中から最適な次の動作を出力する.
|
| |
| virtual std::tuple< GraphSearchResult, GraphSearchEvaluationValue, RobotStateNode > | SearchGraphTreeVector (const std::vector< GaitPatternGraphTree > &graph_vector, const RobotOperation &operation, const DividedMapState ÷d_map_state, int max_depth) const =0 |
| |
グラフ探索の処理のインターフェース.
interface_graph_searcher.h の 27 行目に定義があります。
◆ IGraphSearcher()
| designlab::IGraphSearcher::IGraphSearcher |
( |
| ) |
|
|
default |
◆ ~IGraphSearcher()
| virtual designlab::IGraphSearcher::~IGraphSearcher |
( |
| ) |
|
|
virtualdefault |
◆ SearchGraphTree()
◆ SearchGraphTreeVector()
このクラス詳解は次のファイルから抽出されました: