#include <captureGroup.h>


Public メソッド | |
| 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 変数 | |
| vector< int > | see_range |
captureGroup.h の 13 行で定義されています。
| osl::rating::CaptureGroup::CaptureGroup | ( | ) |
captureGroup.cc の 5 行で定義されています。
参照先 osl::rating::Capture::INF, と see_range.
| bool osl::rating::CaptureGroup::effectiveInCheck | ( | ) | const [inline, virtual] |
osl::rating::Groupを再定義しています。
captureGroup.h の 45 行で定義されています。
| int osl::rating::CaptureGroup::findMatch | ( | const NumEffectState & | state, | |
| Move | m, | |||
| const RatingEnv & | env | |||
| ) | const [inline, virtual] |
osl::rating::Groupを再定義しています。
captureGroup.h の 22 行で定義されています。
参照先 osl::eval::max(), osl::eval::min(), osl::rating::RatingEnv::progress, osl::rating::Capture::see(), と see_range.
| void osl::rating::CaptureGroup::show | ( | std::ostream & | os, | |
| int | name_width, | |||
| const range_t & | range, | |||
| const vector< double > & | weights | |||
| ) | const [inline, virtual] |
| vector<int> osl::rating::CaptureGroup::see_range |
captureGroup.h の 15 行で定義されています。
参照元 CaptureGroup(), と findMatch().
1.6.3