#include <pinGroup.h>


Public Member Functions | |
| PinGroup () | |
| 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 13 of file pinGroup.h.
| osl::rating::PinGroup::PinGroup | ( | ) | [inline] |
Definition at line 15 of file pinGroup.h.
References osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, and target.
| int osl::rating::PinGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 33 of file pinGroup.h.
References osl::rating::PinAttack::index(), and osl::rating::RatingEnv::progress.
| void osl::rating::PinGroup::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 28 of file pinGroup.h.
References osl::rating::Group::showTopN().
1.7.6.1