Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <BC_CommonBitMatrix.h>
Public Member Functions | |
CBC_CommonBitMatrix (size_t width, size_t height) | |
~CBC_CommonBitMatrix () | |
bool | Get (size_t x, size_t y) const |
void | Set (size_t x, size_t y) |
Definition at line 15 of file BC_CommonBitMatrix.h.
CBC_CommonBitMatrix::CBC_CommonBitMatrix | ( | size_t | width, |
size_t | height ) |
Definition at line 28 of file BC_CommonBitMatrix.cpp.
References CBC_CommonBitMatrix().
Referenced by CBC_CommonBitMatrix().
|
default |
bool CBC_CommonBitMatrix::Get | ( | size_t | x, |
size_t | y ) const |
Definition at line 37 of file BC_CommonBitMatrix.cpp.
void CBC_CommonBitMatrix::Set | ( | size_t | x, |
size_t | y ) |
Definition at line 42 of file BC_CommonBitMatrix.cpp.