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

Function eff_dither_pattern

src/laybasic/laybasic/layLayerProperties.h:357–364  ·  view source on GitHub ↗

* @brief Get the effective dither pattern index */

Source from the content-addressed store, hash-verified

355 * @brief Get the effective dither pattern index
356 */
357 unsigned int eff_dither_pattern (bool real) const
358 {
359 if (! has_dither_pattern (real)) {
360 return 1; // empty fill pattern
361 } else {
362 return (unsigned int) dither_pattern (real);
363 }
364 }
365
366 /**
367 * @brief Get the dither pattern index

Callers

nothing calls this directly

Calls 2

has_dither_patternFunction · 0.85
dither_patternFunction · 0.85

Tested by

no test coverage detected