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

Function realize_needed_visual

src/laybasic/laybasic/layLayerProperties.h:895–898  ·  view source on GitHub ↗

* @brief Tell, if a realize of the visual properties is needed */

Source from the content-addressed store, hash-verified

893 * @brief Tell, if a realize of the visual properties is needed
894 */
895 bool realize_needed_visual () const
896 {
897 return m_realize_needed_visual;
898 }
899
900 /**
901 * @brief Tell, if a realize of the source properties is needed

Callers 1

need_realizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected