MCPcopy 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

insertFunction · 0.45
array_iteratorMethod · 0.45
array_iteratorClass · 0.45
arrayMethod · 0.45
arrayClass · 0.45
invertMethod · 0.45
translateMethod · 0.45
transform_delegateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected