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

Function viewport_height

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182static int viewport_height (const lay::LayoutViewBase *view)
183{
184 return view->viewport ().height ();
185}
186
187static std::vector<lay::LayoutViewBase::cell_path_type> selected_cells_paths (const lay::LayoutViewBase *view, int cv_index)
188{

Callers

nothing calls this directly

Calls 1

heightMethod · 0.45

Tested by

no test coverage detected