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

Method insert_special_layer

src/db/db/dbLayoutLayers.cc:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214unsigned int
215LayoutLayers::insert_special_layer (const LayerProperties &props)
216{
217 unsigned int i = do_insert_layer (true /*special*/);
218 set_properties (i, props);
219 return i;
220}
221
222void
223LayoutLayers::insert_special_layer (unsigned int index, const LayerProperties &props)

Callers 3

error_layerMethod · 0.95
waste_layerMethod · 0.95
guiding_shape_layerMethod · 0.95

Calls 3

layer_stateFunction · 0.85
delete_layerFunction · 0.85
set_propertiesFunction · 0.70

Tested by

no test coverage detected