Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ clone
Method
clone
src/db/db/dbArray.h:517–520 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
virtual basic_array <Coord> *clone () const
518
{
519
return new regular_array <Coord> (*this);
520
}
521
522
virtual box_type bbox (const box_type &obox) const
523
{
Callers
8
insert
Function · 0.45
array_iterator
Method · 0.45
array_iterator
Class · 0.45
array
Method · 0.45
array
Class · 0.45
invert
Method · 0.45
translate
Method · 0.45
transform_delegate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected