#include <patternGroup.h>
Public Member Functions | |
PatternLongGroup (int d) | |
Direction | makeDirection (Ptype ptype) const |
void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const |
int | findMatch (const NumEffectState &state, Move m, const RatingEnv &env) const |
bool | effectiveInCheck () const |
Static Public Attributes | |
static const CArray< Direction, 4 > | rook_direction4 = {{ U, L, D, R }} |
static const CArray< Direction, 4 > | bishop_direction4 = {{ UL, DL, DR, UR }} |
Static Private Member Functions | |
static std::string | name (int direction_id) |
Private Attributes | |
int | direction_id |
Definition at line 29 of file patternGroup.h.
osl::rating::PatternLongGroup::PatternLongGroup | ( | int | d | ) | [explicit] |
Definition at line 75 of file patternGroup.cc.
References osl::BISHOP, osl::LANCE, makeDirection(), osl::PBISHOP, osl::PROOK, osl::PTYPE_EDGE, osl::PTYPE_EMPTY, osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, and osl::ROOK.
bool osl::rating::PatternLongGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 50 of file patternGroup.h.
int osl::rating::PatternLongGroup::findMatch | ( | const NumEffectState & | state, |
Move | m, | ||
const RatingEnv & | env | ||
) | const [virtual] |
Reimplemented from osl::rating::Group.
Definition at line 98 of file patternGroup.cc.
References osl::BISHOP, osl::rating::PatternLong::find(), osl::rating::CountEffect2::index(), osl::rating::LongTarget::isPromotable(), osl::LANCE, osl::PBISHOP, osl::Move::player(), osl::PROOK, osl::Move::ptype(), osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, and osl::ROOK.
Direction osl::rating::PatternLongGroup::makeDirection | ( | Ptype | ptype | ) | const [inline] |
Definition at line 40 of file patternGroup.h.
References osl::BISHOP, bishop_direction4, direction_id, rook_direction4, and osl::unpromote().
Referenced by PatternLongGroup().
std::string osl::rating::PatternLongGroup::name | ( | int | direction_id | ) | [static, private] |
Definition at line 68 of file patternGroup.cc.
void osl::rating::PatternLongGroup::show | ( | std::ostream & | os, |
int | name_width, | ||
const range_t & | range, | ||
const vector< double > & | weights | ||
) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 44 of file patternGroup.h.
References osl::rating::Group::showTopN().
const osl::CArray< osl::Direction, 4 > osl::rating::PatternLongGroup::bishop_direction4 = {{ UL, DL, DR, UR }} [static] |
Definition at line 33 of file patternGroup.h.
Referenced by makeDirection(), and osl::rating::PatternLongGroup2::makeDirection().
int osl::rating::PatternLongGroup::direction_id [private] |
Definition at line 36 of file patternGroup.h.
Referenced by makeDirection().
const osl::CArray< osl::Direction, 4 > osl::rating::PatternLongGroup::rook_direction4 = {{ U, L, D, R }} [static] |
Definition at line 32 of file patternGroup.h.
Referenced by makeDirection(), and osl::rating::PatternLongGroup2::makeDirection().