#include <squareGroup.h>
Public Member Functions | |
SquareXGroup () | |
void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const |
int | findMatch (const NumEffectState &, Move move, const RatingEnv &env) const |
bool | effectiveInCheck () const |
Definition at line 49 of file squareGroup.h.
Definition at line 31 of file squareGroup.cc.
References osl::PTYPE_BASIC_MIN, osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
bool osl::rating::SquareXGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 64 of file squareGroup.h.
int osl::rating::SquareXGroup::findMatch | ( | const NumEffectState & | state, |
Move | m, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 57 of file squareGroup.h.
References osl::rating::DropPtype::index(), osl::rating::SquareX::makeX(), osl::rating::RatingEnv::progress, and osl::rating::DropPtype::UNIT.
void osl::rating::SquareXGroup::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 52 of file squareGroup.h.
References osl::rating::Group::showTopN().