#include <group.h>
Public Member Functions | |
CheckGroup () | |
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 |
osl::rating::CheckGroup::CheckGroup | ( | ) | [inline] |
bool osl::rating::CheckGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
int osl::rating::CheckGroup::findMatch | ( | const NumEffectState & | state, |
Move | m, | ||
const RatingEnv & | env | ||
) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 81 of file group.h.
References osl::rating::Check::openLong(), and osl::rating::RatingEnv::progress.
void osl::rating::CheckGroup::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 76 of file group.h.
References osl::rating::Group::showAll().