#include <king8Group.h>


Public Member Functions | |
| AttackKing8Group () | |
| 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 &) const |
| bool | effectiveInCheck () const |
Definition at line 13 of file king8Group.h.
Definition at line 6 of file king8Group.cc.
References osl::PTYPE_EMPTY, osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
| bool osl::rating::AttackKing8Group::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 22 of file king8Group.h.
| int osl::rating::AttackKing8Group::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [virtual] |
Reimplemented from osl::rating::Group.
Definition at line 25 of file king8Group.cc.
References osl::alt(), osl::Move::from(), osl::rating::CountEffect2::index(), osl::Move::isDrop(), osl::isPiece(), osl::Square::isPieceStand(), osl::Piece::owner(), osl::Move::player(), osl::rating::RatingEnv::progress, osl::Piece::ptype(), osl::Move::ptype(), osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, osl::Move::ptypeO(), target, and osl::Move::to().
| void osl::rating::AttackKing8Group::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 16 of file king8Group.h.
References osl::rating::Group::showTopN().
1.7.6.1