All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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>

Collaboration diagram for osl::eval::ml::BishopBishopPiece:
Collaboration graph
[legend]

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 534 of file majorPiece.h.

Member Enumeration Documentation

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 537 of file majorPiece.h.

Member Function Documentation

osl::MultiInt osl::eval::ml::BishopBishopPiece::eval ( const NumEffectState &  state)
static
static int osl::eval::ml::BishopBishopPiece::index ( Ptype  ptype,
bool  self_with_support,
bool  opp_with_support 
)
inlinestaticprivate

Definition at line 541 of file majorPiece.h.

References osl::PTYPE_SIZE.

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

Definition at line 924 of file majorPiece.cc.

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

Member Data Documentation

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

Definition at line 547 of file majorPiece.h.


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