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

Function show_layout_handle

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301static unsigned int show_layout_handle (lay::LayoutViewBase *view, lay::LayoutHandleRef &handle, bool add_cellview, bool initialize_layers)
302{
303 return view->add_layout (handle.operator-> (), add_cellview, initialize_layers);
304}
305
306static void delete_layers2 (lay::LayoutViewBase *view, unsigned int index, const std::vector<lay::LayerPropertiesConstIterator> &iters)
307{

Callers

nothing calls this directly

Calls 2

add_layoutMethod · 0.45
operator->Method · 0.45

Tested by

no test coverage detected