#include <karanari.h>
Public メソッド | |
Karanari (bool b, bool c) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &) const |
Static Public メソッド | |
static bool | matchGeneral (const NumEffectState &state, Move move) |
static int | index (const NumEffectState &state, Move move) |
Private 変数 | |
bool | bishop |
bool | can_promote_area |
karanari.h の 13 行で定義されています。
osl::rating::Karanari::Karanari | ( | bool | b, | |
bool | c | |||
) | [inline] |
karanari.h の 17 行で定義されています。
static int osl::rating::Karanari::index | ( | const NumEffectState & | state, | |
Move | move | |||
) | [inline, static] |
bool osl::rating::Karanari::match | ( | const NumEffectState & | state, | |
Move | move, | |||
const RatingEnv & | ||||
) | const [inline, virtual] |
osl::rating::Featureを実装しています。
karanari.h の 29 行で定義されています。
参照先 bishop, can_promote_area, osl::Position::canPromote(), osl::Neighboring8::isNeighboring8(), matchGeneral(), osl::PBISHOP, osl::Move::player(), osl::PROOK, osl::Move::ptype(), と osl::Move::to().
static bool osl::rating::Karanari::matchGeneral | ( | const NumEffectState & | state, | |
Move | move | |||
) | [inline, static] |
bool osl::rating::Karanari::bishop [private] |
karanari.h の 15 行で定義されています。
参照元 match().
bool osl::rating::Karanari::can_promote_area [private] |
karanari.h の 15 行で定義されています。
参照元 match().