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

Method DeepShapeStore

src/db/db/dbDeepShapeStore.cc:573–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573DeepShapeStore::DeepShapeStore ()
574 : m_keep_layouts (true), m_wants_all_cells (false), m_sparse_array_limit (-1.0)
575{
576 ++s_instance_count;
577}
578
579DeepShapeStore::DeepShapeStore (const std::string &topcell_name, double dbu)
580 : m_keep_layouts (true), m_wants_all_cells (false), m_sparse_array_limit (-1.0)

Callers 2

test_deep1Method · 0.80
test_20_AntennaMethod · 0.80

Calls 5

push_backMethod · 0.45
dbuMethod · 0.45
backMethod · 0.45
add_cellMethod · 0.45
c_strMethod · 0.45

Tested by 2

test_deep1Method · 0.64
test_20_AntennaMethod · 0.64