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

Function waste_layer

src/db/db/dbLayout.h:1784–1787  ·  view source on GitHub ↗

* @brief Gets the waste layer * * The waste layer is used to store shapes that should not be visible and can be cleared at any time. */

Source from the content-addressed store, hash-verified

1782 * The waste layer is used to store shapes that should not be visible and can be cleared at any time.
1783 */
1784 unsigned int waste_layer () const
1785 {
1786 return m_layers.waste_layer ();
1787 }
1788
1789 /**
1790 * @brief Gets the error layer

Callers

nothing calls this directly

Calls 1

waste_layerMethod · 0.80

Tested by

no test coverage detected