My Project
|
#include <pattern.h>
Public Member Functions | |
PatternBlock (Ptype s, Ptype a, LongTarget t) | |
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 PieceSquare | find (const NumEffectState &state, Move move, Ptype attacker_ptype) |
Private Attributes | |
Ptype | self |
Ptype | attack |
LongTarget | target |
osl::rating::PatternBlock::PatternBlock | ( | Ptype | s, |
Ptype | a, | ||
LongTarget | t | ||
) |
Definition at line 97 of file pattern.cc.
|
static |
Definition at line 104 of file pattern.cc.
References osl::alt(), osl::BISHOP, osl::Board_Table, osl::Piece::EDGE(), osl::NumEffectState::findAttackAt(), osl::BoardTable::getShortOffset(), osl::Piece::isPiece(), osl::LANCE, osl::rating::PatternLong::nextPieceOrEnd(), osl::Piece::ptype(), osl::ROOK, osl::Piece::square(), osl::Square::STAND(), osl::Move::to(), and osl::SimpleState::turn().
Referenced by osl::rating::PatternBlockGroup::findMatch(), and match().
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 180 of file pattern.h.
References osl::alt(), attack, find(), osl::rating::LongTarget::matchOtherThanPromotable(), osl::Move::player(), osl::rating::LongTarget::promotable, osl::Move::ptype(), self, and target.
|
private |
|
private |
|
private |