My Project
|
#include <boardMask.h>
Public Member Functions | |
BoardMaskTable3x3 () | |
const BoardMask & | mask (Square p) const |
p中心の3x3 の範囲のbitを立てたもの, centeringなし | |
Private Attributes | |
CArray< BoardMask, Square::SIZE > | data |
Definition at line 117 of file boardMask.h.
osl::container::BoardMaskTable3x3::BoardMaskTable3x3 | ( | ) |
Definition at line 42 of file boardMask.cc.
References osl::container::BoardMask::clear(), osl::Square::index(), and osl::container::BoardMask::set().
p中心の3x3 の範囲のbitを立てたもの, centeringなし
Definition at line 123 of file boardMask.h.
References data, and osl::Square::index().
Referenced by osl::eval::ml::KingXBlockedYBase::evalWithUpdateBang(), osl::eval::ml::King8EffectBase::evalWithUpdateCommon(), osl::eval::ml::King8EffectBase::evalWithUpdateCommon(), osl::NumEffectState::prologueCapture(), osl::NumEffectState::prologueDrop(), and osl::NumEffectState::prologueSimple().
|
private |
Definition at line 119 of file boardMask.h.
Referenced by mask().