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

#include <majorPiece.h>

Public Types

enum  { ONE_DIM = 128 , 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, bool vertical)
 

Static Private Attributes

static CArray< MultiInt, 128 > table
 

Detailed Description

Definition at line 606 of file majorPiece.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 609 of file majorPiece.h.

Member Function Documentation

◆ eval()

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

◆ index()

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

Definition at line 613 of file majorPiece.h.

References osl::PTYPE_SIZE.

◆ setUp()

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

Definition at line 1093 of file majorPiece.cc.

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

Member Data Documentation

◆ table

osl::CArray< MultiInt, 128 > osl::eval::ml::RookRookPiece::table
staticprivate

Definition at line 620 of file majorPiece.h.


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