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

Function pcell_header

src/db/db/dbPCellVariant.h:146–149  ·  view source on GitHub ↗

* @brief Gets the PCell header for this variant */

Source from the content-addressed store, hash-verified

144 * @brief Gets the PCell header for this variant
145 */
146 const PCellHeader *pcell_header () const
147 {
148 return layout ()->pcell_header (m_pcell_id);
149 }
150
151private:
152 pcell_parameters_type m_parameters;

Callers 12

unregisterMethod · 0.85
reregisterMethod · 0.85
get_basic_nameMethod · 0.85
get_variant_nameMethod · 0.85
get_display_nameMethod · 0.85
parameter_by_nameMethod · 0.85
updateMethod · 0.85
get_pcell_variant_asMethod · 0.85
get_pcell_variantMethod · 0.85
pcell_declarationMethod · 0.85

Calls 2

pcell_headerMethod · 0.80
layoutFunction · 0.70

Tested by

no test coverage detected