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

Method is_visual

src/laybasic/laybasic/layLayerProperties.cc:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245bool
246LayerProperties::is_visual () const
247{
248 return valid (true) && visible (true) && (layer_index () >= 0 || is_cell_box_layer ());
249}
250
251tl::color_t
252LayerProperties::eff_frame_color (bool real) const

Callers 5

commit_recentMethod · 0.80
probe_netMethod · 0.80
do_traceMethod · 0.80
findMethod · 0.80
findMethod · 0.80

Calls 4

validFunction · 0.85
visibleFunction · 0.85
is_cell_box_layerFunction · 0.85
layer_indexFunction · 0.70

Tested by

no test coverage detected