3x3が盤上におさまるように中心を調整 More...
#include <centering3x3.h>
Classes | |
struct | Table |
Static Public Member Functions | |
static const Square | adjustCenterNaive (Square) |
static const Square | adjustCenter (Square src) |
Static Public Attributes | |
static const Table | table |
3x3が盤上におさまるように中心を調整
Definition at line 14 of file centering3x3.h.
Definition at line 23 of file centering3x3.h.
References osl::Centering3x3::Table::centers, osl::Square::index(), and table.
Referenced by osl::move_generator::AddEffect8Defense< P >::generate(), osl::move_generator::CaptureEffectToAroundKing8< P >::generate(), and osl::checkmate::DualDfpn::OraclePool::makeKey().
|
static |
Definition at line 33 of file centering3x3.cc.
References osl::Square::x(), and osl::Square::y().
Referenced by osl::Centering3x3::Table::Table().
|
static |
Definition at line 22 of file centering3x3.h.
Referenced by adjustCenter().