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

Function insert_edges

src/laybasic/laybasic/layBitmapRenderer.h:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 */
89 template <class Iter, class Func>
90 void insert_edges (Iter from, Iter to, Func f)
91 {
92 for (Iter e = from; e != to; ++e) {
93 insert (f (*e));
94 }
95 }
96
97 /**
98 * @brief Insert a box with a transformation (because it may not be orthogonal)

Callers

nothing calls this directly

Calls 2

insertFunction · 0.70
fFunction · 0.50

Tested by

no test coverage detected