#include <group.h>


Public Member Functions | |
| ChaseGroup () | |
| void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const |
| int | findMatch (const NumEffectState &state, Move move, const RatingEnv &env) const |
Definition at line 134 of file group.cc.
References osl::isBasic(), osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, and target.
| int osl::rating::ChaseGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [virtual] |
Reimplemented from osl::rating::Group.
Definition at line 150 of file group.cc.
References osl::Move::capturePtype(), osl::Move::from(), osl::rating::RatingEnv::history, osl::isBasic(), osl::Move::isDrop(), osl::Move::isNormal(), osl::Move::ptype(), osl::PTYPE_BASIC_MIN, osl::PTYPE_EMPTY, osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, osl::Move::ptypeO(), target, and osl::Move::to().
| void osl::rating::ChaseGroup::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 168 of file group.h.
References osl::rating::Group::showTopN().
1.7.6.1