My Project
|
#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 |
![]() | |
Feature (const std::string &name) | |
virtual | ~Feature () |
virtual bool | effectiveInCheck () const |
const std::string & | name () 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.
|
inline |
Definition at line 18 of file bigramAttack.h.
|
inlinestatic |
Definition at line 50 of file bigramAttack.h.
References osl::alt(), focus_x, osl::container::MoveStack::hasLastMove(), osl::rating::RatingEnv::history, indexKing(), indexOfMove(), osl::Move::isNormal(), osl::SimpleState::kingSquare(), osl::container::MoveStack::lastMove(), osl::Move::player(), same, and osl::SimpleState::turn().
Referenced by osl::rating::BigramAttackGroup::findMatch(), and match().
|
inlinestatic |
Definition at line 23 of file bigramAttack.h.
References focus_x, osl::WHITE, osl::Square::x(), and osl::Square::y().
Referenced by index().
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().
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 66 of file bigramAttack.h.
|
static |
Definition at line 6 of file bigramAttack.cc.
|
private |
Definition at line 15 of file bigramAttack.h.
Referenced by index(), indexKing(), and match().
|
private |
Definition at line 14 of file bigramAttack.h.
Referenced by match().
|
private |
Definition at line 15 of file bigramAttack.h.