|
My Project
|
#include <pattern.h>
Public Member Functions | |
| PatternLong (Direction d, Ptype s, LongTarget t) | |
| bool | match (const NumEffectState &state, Move move, const RatingEnv &env) const |
| Public Member Functions inherited from osl::rating::Feature | |
| Feature (const std::string &name) | |
| virtual | ~Feature () |
| virtual bool | effectiveInCheck () const |
| const std::string & | name () const |
Static Public Member Functions | |
| static const PieceSquare | nextPieceOrEnd (const SimpleState &state, Square start, Player player, Direction direction) |
| direction方向に空白を進み、駒を探す | |
| static const PieceSquare | nextPieceOrEnd (const SimpleState &state, Square start, Offset) |
| static const PieceSquare | find (const NumEffectState &state, Move move, Direction direction) |
Static Private Member Functions | |
| static const std::string | name (Direction d, Ptype self) |
Private Attributes | |
| Direction | direction |
| Ptype | self |
| LongTarget | target |
| osl::rating::PatternLong::PatternLong | ( | Direction | d, |
| Ptype | s, | ||
| LongTarget | t ) |
Definition at line 32 of file pattern.cc.
References osl::BISHOP, direction, osl::rating::Feature::Feature(), osl::LANCE, name(), osl::ROOK, self, target, and osl::unpromote().
|
static |
Definition at line 65 of file pattern.cc.
References direction, osl::Move::from(), nextPieceOrEnd(), osl::Move::player(), and osl::Move::to().
Referenced by osl::rating::PatternLongGroup::findMatch(), and match().
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 140 of file pattern.h.
References direction, find(), osl::Move::ptype(), self, and target.
Definition at line 74 of file pattern.cc.
References osl::Ptype_Table, and self.
Referenced by PatternLong().
|
static |
Definition at line 39 of file pattern.cc.
References osl::Piece::EMPTY(), osl::Piece::isEdge(), osl::Square::isOnBoard(), osl::SimpleState::pieceAt(), osl::SimpleState::pieceOnBoard(), and osl::Offset::zero().
|
static |
direction方向に空白を進み、駒を探す
Definition at line 58 of file pattern.cc.
References osl::Board_Table, direction, and nextPieceOrEnd().
Referenced by osl::rating::PatternBlock::find(), find(), and nextPieceOrEnd().
|
private |
Definition at line 124 of file pattern.h.
Referenced by find(), match(), nextPieceOrEnd(), and PatternLong().
|
private |
Definition at line 125 of file pattern.h.
Referenced by match(), name(), and PatternLong().
|
private |
Definition at line 126 of file pattern.h.
Referenced by match(), and PatternLong().