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

Function pattern_stride

src/laybasic/laybasic/layLineStyles.h:185–188  ·  view source on GitHub ↗

* @brief Gets the pattern stride * * The pattern stride is the number of words each pattern is made of * The first width bits are repeated until they fill a multiple of * 32 bits. The number of words required for this is the pattern stride. */

Source from the content-addressed store, hash-verified

183 * 32 bits. The number of words required for this is the pattern stride.
184 */
185 unsigned int pattern_stride () const
186 {
187 return m_pattern_stride;
188 }
189
190 /**
191 * @brief Gets a value indicating whether the nth bit is set

Callers 1

is_bit_setMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected