MCPcopy Create free account
hub / github.com/devilsen/CZXing / get

Method get

czxing/src/main/cpp/zxing/src/BitMatrix.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 bool get(int x, int y) const { return get(y * _width + x); }
86 void set(int x, int y, bool val = true) { get(y * _width + x) = val * SET_V; }
87
88 /**

Callers 3

BitMatrixClass · 0.45
ToBitMatrixFunction · 0.45
ToMatrixFunction · 0.45

Calls 1

getFunction · 0.50

Tested by

no test coverage detected