Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
insert
Function · 0.45
assign
Method · 0.45
array
Method · 0.45
translate
Method · 0.45
transform_delegate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected