|
My Project
|
#include <pattern.h>
Public Member Functions | |
| Pattern (Direction d, Ptype s, Ptype t, bool ss, int attack, int defense) | |
| Pattern (Direction d, Direction d2, Ptype s, Ptype t, bool ss, int attack, int defense) | |
| 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 Square | nextSquare (Player player, Square start, Direction direction, Direction direction2) |
| static Square | nextSquare (Move move, Direction direction, Direction direction2) |
Static Public Attributes | |
| static const Direction | INVALID = LONG_UL |
Static Private Member Functions | |
| static const std::string | name (Direction d, Direction d2, Ptype self, Ptype target, bool same) |
| Static Private Member Functions inherited from osl::rating::CountEffect2 | |
| static std::pair< int, int > | count (const NumEffectState &state, Square position, const RatingEnv &env) |
| static std::string | name (int attack, int defense) |
| static int | index (const NumEffectState &state, Square position, const RatingEnv &env) |
Private Attributes | |
| Direction | direction |
| Direction | direction2 |
| Ptype | self |
| Ptype | target |
| bool | same |
| Private Attributes inherited from osl::rating::CountEffect2 | |
| int | attack |
| int | defense |
Additional Inherited Members | |
| Private Member Functions inherited from osl::rating::CountEffect2 | |
| CountEffect2 (int a, int d) | |
| bool | match (const NumEffectState &state, Square position, const RatingEnv &env) const |
| Static Private Attributes inherited from osl::rating::CountEffect2 | |
| static const int | Max = 2 |
|
inline |
Definition at line 23 of file pattern.h.
References osl::rating::CountEffect2::attack, osl::rating::CountEffect2::CountEffect2(), osl::rating::CountEffect2::defense, direction, direction2, osl::rating::Feature::Feature(), INVALID, name(), same, self, and target.
|
inline |
Definition at line 28 of file pattern.h.
References osl::rating::CountEffect2::attack, osl::rating::CountEffect2::CountEffect2(), osl::rating::CountEffect2::defense, direction, direction2, osl::rating::Feature::Feature(), name(), same, self, and target.
|
inlinevirtual |
Implements osl::rating::Feature.
Definition at line 44 of file pattern.h.
References direction, direction2, osl::Piece::EMPTY(), osl::Move::from(), osl::isPiece(), osl::rating::CountEffect2::match(), nextSquare(), osl::Piece::owner(), osl::SimpleState::pieceAt(), osl::Move::player(), osl::Move::ptype(), osl::Piece::ptype(), same, self, and target.
|
staticprivate |
Definition at line 6 of file pattern.cc.
References INVALID, osl::Ptype_Table, same, self, and target.
|
inlinestatic |
Definition at line 40 of file pattern.h.
References direction, direction2, nextSquare(), osl::Move::player(), and osl::Move::to().
|
inlinestatic |
Definition at line 33 of file pattern.h.
References osl::Board_Table, direction, direction2, INVALID, and osl::Square::isOnBoard().
Referenced by osl::rating::PatternGroup::findMatch(), match(), nextSquare(), and osl::rating::PatternGroup::PatternGroup().
|
private |
Definition at line 18 of file pattern.h.
Referenced by match(), nextSquare(), nextSquare(), Pattern(), and Pattern().
|
private |
Definition at line 18 of file pattern.h.
Referenced by match(), nextSquare(), nextSquare(), Pattern(), and Pattern().
Definition at line 16 of file pattern.h.
Referenced by name(), osl::rating::PatternGroup::name(), nextSquare(), and Pattern().
|
private |
|
private |
|
private |