33#ifndef TTA_BIT_MATRIX_HH
34#define TTA_BIT_MATRIX_HH
51 BitMatrix(
int width,
int height,
bool initialValue);
55 bool bitAt(
int column,
int row)
const;
56 void setBit(
int column,
int row,
bool value);
bool bitAt(int column, int row) const
bool operator==(const BitMatrix &other) const
std::string toDotString() const
bool conflictsWith(const BitMatrix &another) const
void orWith(const BitMatrix &another)
std::string toString() const
bool operator<(const BitMatrix &rightHand) const
void setBit(int column, int row, bool value)