#include <captureGroup.h>


Public Member Functions | |
| CaptureGroup () | |
| 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 | |
| vector< int > | see_range |
Definition at line 13 of file captureGroup.h.
Definition at line 5 of file captureGroup.cc.
References osl::rating::Capture::INF, and see_range.
| bool osl::rating::CaptureGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 46 of file captureGroup.h.
| int osl::rating::CaptureGroup::findMatch | ( | const NumEffectState & | state, |
| Move | m, | ||
| const RatingEnv & | env | ||
| ) | const [inline, virtual] |
Reimplemented from osl::rating::Group.
Definition at line 23 of file captureGroup.h.
References osl::eval::max(), osl::eval::min(), osl::rating::RatingEnv::progress, osl::rating::Capture::see(), and see_range.
| void osl::rating::CaptureGroup::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 18 of file captureGroup.h.
References osl::rating::Group::showAll().
| vector<int> osl::rating::CaptureGroup::see_range |
Definition at line 16 of file captureGroup.h.
Referenced by CaptureGroup(), and findMatch().
1.7.6.1