MCPcopy Create free account
hub / github.com/KLayout/klayout / MatrixHash

Method MatrixHash

src/db/db/dbCellInstanceSetHasher.cc:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29
30CellInstanceSetHasher::MatrixHash::MatrixHash (double s)
31 : db::IMatrix3d (s, 0, 0, 0, s, 0, 0, 0, s)
32{
33 // .. nothing yet ..
34}
35
36CellInstanceSetHasher::MatrixHash::MatrixHash (const db::ICplxTrans &trans)
37 : db::IMatrix3d (trans)

Callers

nothing calls this directly

Calls 10

maxFunction · 0.85
mFunction · 0.85
yMethod · 0.80
complex_transMethod · 0.45
is_regular_arrayMethod · 0.45
xMethod · 0.45
is_iterated_arrayMethod · 0.45
at_endMethod · 0.45
beginMethod · 0.45
dispMethod · 0.45

Tested by

no test coverage detected