#include <escape.h>


Public Member Functions | |
| ImmediateEscapeGroup () | |
| void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const |
| int | findMatchWithoutProgress (const NumEffectState &state, Move move, const RatingEnv &env) const |
| int | findMatch (const NumEffectState &state, Move move, const RatingEnv &env) const |
Definition at line 75 of file group/escape.h.
Definition at line 26 of file escape.cc.
References osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
| int osl::rating::ImmediateEscapeGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 94 of file group/escape.h.
References findMatchWithoutProgress(), and osl::rating::RatingEnv::progress.
| int osl::rating::ImmediateEscapeGroup::findMatchWithoutProgress | ( | const NumEffectState & | state, |
| Move | move, | ||
| const RatingEnv & | env | ||
| ) | const [inline] |
Definition at line 83 of file group/escape.h.
References osl::Move::from(), osl::rating::RatingEnv::history, osl::Move::isDrop(), osl::Move::isNormal(), osl::Move::ptype(), osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, osl::Move::ptypeO(), and osl::Move::to().
Referenced by findMatch().
| void osl::rating::ImmediateEscapeGroup::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 78 of file group/escape.h.
References osl::rating::Group::showTopN().
1.7.6.1