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

Method insert

src/laybasic/laybasic/layAnnotationShapes.cc:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// layer_op implementation
31
32void
33AnnotationLayerOp::insert (AnnotationShapes *shapes)
34{
35 shapes->insert (m_shapes.begin (), m_shapes.end ());
36}
37
38void
39AnnotationLayerOp::erase (AnnotationShapes *shapes)

Callers 1

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected