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

Function is_cell_inst

src/laybasic/laybasic/layObjectInstPath.h:200–203  ·  view source on GitHub ↗

* @brief Return true, if this selection represents a cell instance, not a shape */

Source from the content-addressed store, hash-verified

198 * @brief Return true, if this selection represents a cell instance, not a shape
199 */
200 bool is_cell_inst () const
201 {
202 return m_layer < 0;
203 }
204
205 /**
206 * @brief Remove the given number of elements from the front of the path

Callers 7

layerFunction · 0.85
is_validMethod · 0.85
cell_indexMethod · 0.85
transMethod · 0.85
operator<Method · 0.85
operator==Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected