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

Method insert

src/db/db/dbArray.h:920–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918 }
919
920 void insert (const vector_type &p)
921 {
922 m_v.insert (p);
923 m_box += point_type () + p;
924 }
925
926 template <class I>
927 void assign (I from, I to)

Callers 5

insertFunction · 0.45
assignMethod · 0.45
arrayMethod · 0.45
translateMethod · 0.45
transform_delegateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected