My Project
|
#include <boardMask.h>
Public Member Functions | |
BoardMaskTable5x3Center () | |
const BoardMask & | mask (Square p) const |
p中心の5x3 の範囲のbitを立てたもの, centering | |
Private Attributes | |
CArray< BoardMask, Square::SIZE > | data |
Definition at line 127 of file boardMask.h.
osl::container::BoardMaskTable5x3Center::BoardMaskTable5x3Center | ( | ) |
Definition at line 63 of file boardMask.cc.
References osl::container::BoardMask::clear(), osl::Square::index(), osl::container::BoardMask::set(), osl::Square::x(), and osl::Square::y().
p中心の5x3 の範囲のbitを立てたもの, centering
Definition at line 133 of file boardMask.h.
References data, and osl::Square::index().
Referenced by osl::progress::Effect5x3::update(), osl::progress::Effect5x3WithBonus::update(), osl::progress::Effect5x3d::update(), and osl::progress::ml::NewProgress::updateMain().
|
private |
Definition at line 129 of file boardMask.h.
Referenced by mask().