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

Method edgeAtBack

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

Source from the content-addressed store, hash-verified

88
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)); }

Callers 1

TraceLineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected