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

Method edgeAtLeft

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

Source from the content-addressed store, hash-verified

89 Value edgeAtFront() const noexcept { return edgeAt(front()); }
90 Value edgeAtBack() const noexcept { return edgeAt(back()); }
91 Value edgeAtLeft() const noexcept { return edgeAt(left()); }
92 Value edgeAtRight() const noexcept { return edgeAt(right()); }
93 Value edgeAt(Direction dir) const noexcept { return edgeAt(direction(dir)); }
94

Callers 1

TraceLineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected