PicArr Class Reference

PicArr is the most basic definition of the layout a piece. More...

#include <Pieces.h>

List of all members.

Public Member Functions

 PicArr ()
void turn ()
void revY ()
void copyTo (PicArr &dest) const
bool equalTo (PicArr &dest, bool bSym) const
int & set (int x, int y)
int axx (int x, int y) const

Public Attributes

int v [25]
bool turned
int rtnindx


Detailed Description

PicArr is the most basic definition of the layout a piece.

it defines a single 5x5 piece which can be turned, reversed, copied, changed and accessed


Constructor & Destructor Documentation

PicArr::PicArr (  )  [inline]


Member Function Documentation

void PicArr::turn (  ) 

void PicArr::revY (  ) 

void PicArr::copyTo ( PicArr dest  )  const

bool PicArr::equalTo ( PicArr dest,
bool  bSym 
) const

int& PicArr::set ( int  x,
int  y 
) [inline]

int PicArr::axx ( int  x,
int  y 
) const [inline]


Member Data Documentation

int PicArr::v[25]


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