#include <majorPiece.h>

Public Types | |
| enum | { DIM = 1 } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (int black_major_count) |
Static Private Attributes | |
| static MultiInt | weight |
Definition at line 118 of file majorPiece.h.
| anonymous enum |
Definition at line 121 of file majorPiece.h.
| static MultiInt osl::eval::ml::AllMajor::eval | ( | int | black_major_count | ) | [inline, static] |
Definition at line 123 of file majorPiece.h.
References weight.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
| void osl::eval::ml::AllMajor::setUp | ( | const Weights & | weights, |
| int | stage | ||
| ) | [static] |
Definition at line 128 of file majorPiece.cc.
References osl::eval::ml::Weights::value(), and weight.
MultiInt osl::eval::ml::AllMajor::weight [static, private] |
Definition at line 133 of file majorPiece.h.
Referenced by eval().
1.7.6.1