#include <escape.h>


Public Member Functions | |
| KingEscapeGroup () | |
| 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 |
| bool | effectiveInCheck () const |
Definition at line 104 of file group/escape.h.
Definition at line 37 of file escape.cc.
References osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
| bool osl::rating::KingEscapeGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 122 of file group/escape.h.
| int osl::rating::KingEscapeGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 113 of file group/escape.h.
References osl::Move::ptype(), and osl::PTYPE_PIECE_MIN.
| void osl::rating::KingEscapeGroup::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 108 of file group/escape.h.
References osl::rating::Group::showAll().
1.7.6.1