Public Member Functions | |
Coordinates (unsigned _plate, unsigned _x, unsigned _y) | |
Constructor. | |
bool | operator< (const Coordinates &rhs) const |
Implements function less than. | |
bool | operator== (const Coordinates &rhs) const |
Comparison operator. | |
bool | operator!= (const Coordinates &rhs) const |
Comparison operator. | |
Public Attributes | |
unsigned | plate |
Plate index. | |
unsigned | x |
X coordinate. | |
unsigned | y |
Y coordinate. |
BubbleField::Coordinates::Coordinates | ( | unsigned | _plate, | |
unsigned | _x, | |||
unsigned | _y | |||
) | [inline] |
Constructor.
bool BubbleField::Coordinates::operator< | ( | const Coordinates & | rhs | ) | const [inline] |
Implements function less than.
[in] | rhs | Right handed side |
bool BubbleField::Coordinates::operator== | ( | const Coordinates & | rhs | ) | const [inline] |
bool BubbleField::Coordinates::operator!= | ( | const Coordinates & | rhs | ) | const [inline] |
Comparison operator.
[in] | rhs | Right hand side |
unsigned BubbleField::Coordinates::plate |
Plate index.
Referenced by BubbleField::isInvalidPosition::operator()(), operator<(), and operator==().
unsigned BubbleField::Coordinates::x |
X coordinate.
Referenced by BubbleField::isInvalidPosition::operator()(), operator<(), and operator==().
unsigned BubbleField::Coordinates::y |
Y coordinate.
Referenced by BubbleField::isInvalidPosition::operator()(), operator<(), and operator==().