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

Function cell_box_visible

src/laybasic/laybasic/layLayoutViewBase.h:1210–1213  ·  view source on GitHub ↗

* @brief Visibility of cell boxes */

Source from the content-addressed store, hash-verified

1208 * @brief Visibility of cell boxes
1209 */
1210 bool cell_box_visible () const
1211 {
1212 return m_cell_box_visible;
1213 }
1214
1215 /**
1216 * @brief Visibility of ghost cells

Callers 1

configureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected