My Project
Public Types | Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
osl::eval::ml::BishopBishopPiece Class Reference

#include <majorPiece.h>

Public Types

enum  { ONE_DIM = 64 , DIM = ONE_DIM * EvalStages }
 

Static Public Member Functions

static void setUp (const Weights &weights)
 
static MultiInt eval (const NumEffectState &state)
 

Static Private Member Functions

static int index (Ptype ptype, bool self_with_support, bool opp_with_support)
 

Static Private Attributes

static CArray< MultiInt, 64 > table
 

Detailed Description

Definition at line 532 of file majorPiece.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 535 of file majorPiece.h.

Member Function Documentation

◆ eval()

osl::MultiInt osl::eval::ml::BishopBishopPiece::eval ( const NumEffectState state)
static

◆ index()

static int osl::eval::ml::BishopBishopPiece::index ( Ptype  ptype,
bool  self_with_support,
bool  opp_with_support 
)
inlinestaticprivate

Definition at line 539 of file majorPiece.h.

References osl::PTYPE_SIZE.

◆ setUp()

void osl::eval::ml::BishopBishopPiece::setUp ( const Weights weights)
static

Definition at line 922 of file majorPiece.cc.

References osl::NStages, and osl::eval::ml::Weights::value().

Member Data Documentation

◆ table

osl::CArray< MultiInt, 64 > osl::eval::ml::BishopBishopPiece::table
staticprivate

Definition at line 545 of file majorPiece.h.


The documentation for this class was generated from the following files: