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

Method SaveLayoutOptions

src/db/db/dbSaveLayoutOptions.cc:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34
35SaveLayoutOptions::SaveLayoutOptions ()
36 : m_format ("GDS2"), m_all_layers (true), m_all_cells (true), m_dbu (0.0), m_scale_factor (1.0),
37 m_keep_instances (false), m_write_context_info (true), m_dont_write_empty_cells (false)
38{
39 // .. nothing yet ..
40}
41
42SaveLayoutOptions::~SaveLayoutOptions ()
43{

Callers 3

test_bug109Method · 0.80
test_write_bytesMethod · 0.80
rw_testMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_bug109Method · 0.64
test_write_bytesMethod · 0.64