|
GaitGeneration by Graph Search
|
グラフ探索の定数をまとめたクラス.
先行研究のマクロをまとめたもの.
[詳解]
#include <graph_search_const.h>
公開メンバ関数 | |
| GraphSearchConst ()=default | |
| GraphSearchConst (const GraphSearchConst &)=default | |
| GraphSearchConst (GraphSearchConst &&)=default | |
| GraphSearchConst & | operator= (const GraphSearchConst &)=default |
静的公開変数類 | |
| static const int | kMaxDepth = 5 |
| グラフ探索の最大深さ. | |
|
default |
|
default |
|
default |
|
default |
|
static |
グラフ探索の最大深さ.
graph_search_const.h の 29 行目に定義があります。