#include <squareGroup.h>


Public Member Functions | |
| RelativeKingYGroup (bool a) | |
| 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 |
Public Attributes | |
| bool | attack |
Definition at line 31 of file squareGroup.h.
Definition at line 19 of file squareGroup.cc.
References osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
| bool osl::rating::RelativeKingYGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 46 of file squareGroup.h.
| int osl::rating::RelativeKingYGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 40 of file squareGroup.h.
References attack, osl::rating::RelativeKingY::index(), and osl::rating::RatingEnv::progress.
| void osl::rating::RelativeKingYGroup::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 35 of file squareGroup.h.
References osl::rating::Group::showTopN().
Definition at line 33 of file squareGroup.h.
Referenced by findMatch().
1.7.6.1