#include <minorPiece.h>

| Public Types | |
| enum | { ONE_DIM = 9, DIM = ONE_DIM * EvalStages } | 
| Static Public Member Functions | |
| static void | setUp (const Weights &weights) | 
| static MultiInt | eval (const NumEffectState &state) | 
| Static Private Attributes | |
| static CArray< MultiInt, 9 > | table | 
| static CArray< MultiInt, 144 > | opp_table | 
| Friends | |
| class | KnightHeadOppPiecePawnOnStand | 
Definition at line 833 of file minorPiece.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| ONE_DIM | |
| DIM | |
Definition at line 837 of file minorPiece.h.
| 
 | static | 
Definition at line 1386 of file minorPiece.cc.
References osl::alt(), osl::BLACK, osl::Board_Table, osl::Piece::isEmpty(), osl::Piece::isOnBoard(), osl::Piece::isPiece(), osl::Piece::isPromoted(), osl::BoardTable::nextSquare(), osl::Piece::owner(), osl::PAWN, osl::Piece::ptype(), result, osl::Piece::square(), osl::U, osl::Square::x(), and osl::Square::y().
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
| 
 | static | 
Definition at line 1366 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
| 
 | friend | 
Definition at line 835 of file minorPiece.h.
| 
 | staticprivate | 
Definition at line 842 of file minorPiece.h.
Referenced by osl::eval::ml::KnightHeadOppPiecePawnOnStand::setUp().
| 
 | staticprivate | 
Definition at line 841 of file minorPiece.h.
 1.8.4
 1.8.4