#include <piecePairRawEval.h>
Public メソッド | |
PiecePairRawTable () | |
~PiecePairRawTable () | |
bool | setUp (const char *filename) const |
一度だけ読み込む | |
bool | loadFromBinaryFile (const char *filename) const |
バイナリファイルから読み込む. | |
void | writeInBinaryFile (const char *filename) const |
バイナリファイルに書き出す. | |
Static Public 変数 | |
static const PiecePairRawTable | Table |
user must initialize this before use |
piecePairRawEval.h の 15 行で定義されています。
osl::eval::ppair::PiecePairRawTable::PiecePairRawTable | ( | ) |
piecePairRawTable.cc の 36 行で定義されています。
osl::eval::ppair::PiecePairRawTable::~PiecePairRawTable | ( | ) |
piecePairRawTable.cc の 41 行で定義されています。
bool osl::eval::ppair::PiecePairRawTable::loadFromBinaryFile | ( | const char * | filename | ) | const |
バイナリファイルから読み込む.
r2246以降ではファイルイメージとメモリイメージとは,PiecePairIndex が違うので,変換が必要.
piecePairRawTable.cc の 70 行で定義されています。
参照先 osl::eval::ppair::PiecePairIndex::indexOf(), osl::Position::isPieceStand(), osl::PositionCompressor::melt(), osl::PTYPEO_MIN, osl::PTYPEO_SIZE, osl::eval::ppair::PiecePairTable< signed char >::values, と osl::OslConfig::verbose().
参照元 setUp().
bool osl::eval::ppair::PiecePairRawTable::setUp | ( | const char * | filename | ) | const |
void osl::eval::ppair::PiecePairRawTable::writeInBinaryFile | ( | const char * | filename | ) | const |
バイナリファイルに書き出す.
r2246以降ではファイルイメージとメモリイメージとは,PiecePairIndex が違うので,変換が必要.
piecePairRawTable.cc の 46 行で定義されています。
参照先 osl::eval::ppair::PiecePairIndex::indexOf(), osl::PositionCompressor::melt(), osl::PTYPEO_MIN, osl::PTYPEO_SIZE, と osl::eval::ppair::PiecePairTable< signed char >::values.
user must initialize this before use
piecePairRawEval.h の 41 行で定義されています。