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

#include <result_file_exporter.h>

静的公開変数類

static const std::string kDirectoryPath
 出力先ディレクトリ(フォルダ)名.
 
static const std::string kLegDirectoryName = "leg_pos"
 出力先ディレクトリ(フォルダ)名.
 
static const std::string kSuccessfulCount = "simulation_successful_count"
 シミュレーションの成功回数をまとめたファイルの名前.
 
static const std::string kDetailFileName = "simulation_result_detail"
 ファイル名 ( 人間が見る用 )
 
static const std::string kNodeListName = "node_list"
 ノードリストのファイル名 (プログラムの読み込み用)
 
static const std::string kMapStateName = "map_state"
 マップ状態のファイル名 (プログラムの読み込み用)
 

詳解

result_file_exporter.h24 行目に定義があります。

メンバ詳解

◆ kDetailFileName

const std::string designlab::ResultFileConst::kDetailFileName = "simulation_result_detail"
static

ファイル名 ( 人間が見る用 )

result_file_exporter.h37 行目に定義があります。

◆ kDirectoryPath

const std::string designlab::ResultFileConst::kDirectoryPath
static
初期値:
=
sf::current_path().string() + "\\" + "result"

出力先ディレクトリ(フォルダ)名.

result_file_exporter.h28 行目に定義があります。

◆ kLegDirectoryName

const std::string designlab::ResultFileConst::kLegDirectoryName = "leg_pos"
static

出力先ディレクトリ(フォルダ)名.

result_file_exporter.h31 行目に定義があります。

◆ kMapStateName

const std::string designlab::ResultFileConst::kMapStateName = "map_state"
static

マップ状態のファイル名 (プログラムの読み込み用)

result_file_exporter.h43 行目に定義があります。

◆ kNodeListName

const std::string designlab::ResultFileConst::kNodeListName = "node_list"
static

ノードリストのファイル名 (プログラムの読み込み用)

result_file_exporter.h40 行目に定義があります。

◆ kSuccessfulCount

const std::string designlab::ResultFileConst::kSuccessfulCount = "simulation_successful_count"
static

シミュレーションの成功回数をまとめたファイルの名前.

result_file_exporter.h34 行目に定義があります。


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