Go to the documentation of this file.
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);
void orWith(const BitMatrix &another)
std::string toDotString() const
std::string toString() const
bool operator<(const BitMatrix &rightHand) const
bool operator==(const BitMatrix &other) const
BitMatrix(int width, int height, bool initialValue)
bool bitAt(int column, int row) const
void setBit(int column, int row, bool value)
bool conflictsWith(const BitMatrix &another) const