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