#include <bigramAttack.h>
Public Member Functions | |
BigramAttack (int x1, int y1, int x2, int y2, int king_index, bool s, bool f) | |
bool | match (const NumEffectState &state, Move move, const RatingEnv &env) const |
Static Public Member Functions | |
static const std::string | name (int x1, int y1, int x2, int y2, int king_index, bool s, bool f) |
static int | indexKing (Player attack, Square king, bool focus_x) |
static int | indexOfMove (Square king, Move move) |
static int | index (const NumEffectState &state, Move move, const RatingEnv &env, bool same, bool focus_x) |
Private Attributes | |
int | property |
bool | same |
bool | focus_x |
Definition at line 12 of file bigramAttack.h.
osl::rating::BigramAttack::BigramAttack | ( | int | x1, |
int | y1, | ||
int | x2, | ||
int | y2, | ||
int | king_index, | ||
bool | s, | ||
bool | f | ||
) | [inline] |
Definition at line 18 of file bigramAttack.h.
static int osl::rating::BigramAttack::index | ( | const NumEffectState & | state, |
Move | move, | ||
const RatingEnv & | env, | ||
bool | same, | ||
bool | focus_x | ||
) | [inline, static] |
Definition at line 50 of file bigramAttack.h.
References osl::alt(), focus_x, osl::rating::RatingEnv::history, indexKing(), indexOfMove(), osl::Move::isNormal(), and osl::Move::player().
Referenced by osl::rating::BigramAttackGroup::findMatch(), and match().
static int osl::rating::BigramAttack::indexKing | ( | Player | attack, |
Square | king, | ||
bool | focus_x | ||
) | [inline, static] |
Definition at line 23 of file bigramAttack.h.
References osl::WHITE, osl::Square::x(), and osl::Square::y().
Referenced by index().
static int osl::rating::BigramAttack::indexOfMove | ( | Square | king, |
Move | move | ||
) | [inline, static] |
Definition at line 34 of file bigramAttack.h.
References osl::Move::player(), osl::Move::to(), osl::WHITE, osl::Square::x(), and osl::Square::y().
Referenced by index().
bool osl::rating::BigramAttack::match | ( | const NumEffectState & | state, |
Move | move, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Implements osl::rating::Feature.
Definition at line 66 of file bigramAttack.h.
const std::string osl::rating::BigramAttack::name | ( | int | x1, |
int | y1, | ||
int | x2, | ||
int | y2, | ||
int | king_index, | ||
bool | s, | ||
bool | f | ||
) | [static] |
Definition at line 7 of file bigramAttack.cc.
bool osl::rating::BigramAttack::focus_x [private] |
Definition at line 15 of file bigramAttack.h.
int osl::rating::BigramAttack::property [private] |
Definition at line 14 of file bigramAttack.h.
Referenced by match().
bool osl::rating::BigramAttack::same [private] |
Definition at line 15 of file bigramAttack.h.
Referenced by match().