GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
designlab::GraphSearchConst クラスfinal

グラフ探索の定数をまとめたクラス.
先行研究のマクロをまとめたもの. [詳解]

#include <graph_search_const.h>

公開メンバ関数

 GraphSearchConst ()=default
 
 GraphSearchConst (const GraphSearchConst &)=default
 
 GraphSearchConst (GraphSearchConst &&)=default
 
GraphSearchConstoperator= (const GraphSearchConst &)=default
 

静的公開変数類

static const int kMaxDepth = 5
 グラフ探索の最大深さ.
 

詳解

グラフ探索の定数をまとめたクラス.
先行研究のマクロをまとめたもの.

todo:
最終的に消す.

graph_search_const.h19 行目に定義があります。

構築子と解体子

◆ GraphSearchConst() [1/3]

designlab::GraphSearchConst::GraphSearchConst ( )
default

◆ GraphSearchConst() [2/3]

designlab::GraphSearchConst::GraphSearchConst ( const GraphSearchConst )
default

◆ GraphSearchConst() [3/3]

designlab::GraphSearchConst::GraphSearchConst ( GraphSearchConst &&  )
default

関数詳解

◆ operator=()

GraphSearchConst & designlab::GraphSearchConst::operator= ( const GraphSearchConst )
default

メンバ詳解

◆ kMaxDepth

const int designlab::GraphSearchConst::kMaxDepth = 5
static

グラフ探索の最大深さ.

graph_search_const.h29 行目に定義があります。


このクラス詳解は次のファイルから抽出されました: