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

マップを csv に出力するクラス.
マップには脚接地可能点が羅列されているので,1行ずつ出力する. [詳解]

#include <map_file_exporter.h>

公開メンバ関数

bool ExportMap (const std::string &file_path, const MapState &map_state) const noexcept
 マップを csv に出力する.
 

詳解

マップを csv に出力するクラス.
マップには脚接地可能点が羅列されているので,1行ずつ出力する.

map_file_exporter.h22 行目に定義があります。

関数詳解

◆ ExportMap()

bool designlab::MapFileExporter::ExportMap ( const std::string &  file_path,
const MapState map_state 
) const
noexcept

マップを csv に出力する.

引数
[in]file_path出力するファイルのパス.
[in]map_state出力するマップのデータ.
戻り値
true出力に成功した場合.
false出力に失敗した場合.

map_file_exporter.cpp18 行目に定義があります。

呼び出し関係図:

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