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

Method LayerPropertiesNode

src/laybasic/laybasic/layLayerProperties.cc:658–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656static unsigned int s_unique_id = 0;
657
658LayerPropertiesNode::LayerPropertiesNode ()
659 : LayerProperties (),
660 m_list_index (0), m_expanded (false)
661{
662 m_id = ++s_unique_id;
663}
664
665LayerPropertiesNode::~LayerPropertiesNode ()
666{

Callers 4

test_1aMethod · 0.80
test_2Method · 0.80
test_3Method · 0.80
test_2Method · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
set_parentMethod · 0.45

Tested by 4

test_1aMethod · 0.64
test_2Method · 0.64
test_3Method · 0.64
test_2Method · 0.64