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

Function load_layout

src/laybasic/laybasic/layLayoutViewBase.h:1594–1597  ·  view source on GitHub ↗

* @brief Load a (new) file into the layout * * The add_cellview param controls whether to create a new cellview * or clear all cellviews before. * * The new layout will use the default technology. * * @return The index of the cellview loaded. */

Source from the content-addressed store, hash-verified

1592 * @return The index of the cellview loaded.
1593 */
1594 unsigned int load_layout (const std::string &filename, bool add_cellview)
1595 {
1596 return load_layout (filename, std::string (), add_cellview);
1597 }
1598
1599 /**
1600 * @brief Load a (new) file into the layout associating it with the given technology

Callers 1

load_layoutMethod · 0.70

Calls 1

stringFunction · 0.50

Tested by

no test coverage detected