Capture pieces that has effect to squares around King and to the King. [詳細]
#include <captureEffectToAroundKing8.h>
Static Public メソッド | |
template<class Action > | |
static void | generateTo (const NumEffectState &state, Position p, Action &action) |
static void | generate (const NumEffectState &state, MoveVector &moves) |
Capture pieces that has effect to squares around King and to the King.
captureEffectToAroundKing8.h の 21 行で定義されています。
static void osl::move_generator::CaptureEffectToAroundKing8< P >::generate | ( | const NumEffectState & | state, | |
MoveVector & | moves | |||
) | [inline, static] |
static void osl::move_generator::CaptureEffectToAroundKing8< P >::generateTo | ( | const NumEffectState & | state, | |
Position | p, | |||
Action & | action | |||
) | [inline, static] |