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

Function cellviews

src/laybasic/laybasic/layLayoutViewBase.h:1696–1699  ·  view source on GitHub ↗

* @brief Obtain the number of cellviews */

Source from the content-addressed store, hash-verified

1694 * @brief Obtain the number of cellviews
1695 */
1696 unsigned int cellviews () const
1697 {
1698 return (unsigned int) m_cellviews.size ();
1699 }
1700
1701 /**
1702 * @brief Obtain the cellviews as a vector

Callers 13

update_event_handlersMethod · 0.85
update_titleMethod · 0.85
expand_propertiesMethod · 0.85
save_asMethod · 0.85
add_new_layersMethod · 0.85
add_layoutMethod · 0.85
load_layoutMethod · 0.85
add_missing_layersMethod · 0.85
cv_transform_variantsMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected