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

Function insert

src/laybasic/laybasic/layAnnotationShapes.h:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175 template <class Iter>
176 void insert (Iter from, Iter to)
177 {
178 if (manager () && manager ()->transacting ()) {
179 manager ()->queue (this, new AnnotationLayerOp (true /*insert*/, from, to));
180 }
181 invalidate_state ();
182 m_layer.insert (from, to);
183 }
184
185 /**
186 * @brief Reserve the number of elements for a shape type

Callers 7

expandMethod · 0.70
drawMethod · 0.70
insertMethod · 0.70
add_xfillMethod · 0.70
insert_edgesFunction · 0.70
undoFunction · 0.70
redoFunction · 0.70

Calls 3

managerFunction · 0.70
queueMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected