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

Class MyBoxConvert

src/db/unit_tests/dbArrayTests.cc:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28typedef db::array <db::Box, db::Trans> BoxArray;
29
30class MyBoxConvert
31 : public db::box_convert<db::Box>
32{
33 // ...
34};
35
36std::string positions (const BoxArray &arr, const db::Point &pt, BoxArray::iterator it, db::ICplxTrans tr = db::ICplxTrans ())
37{

Callers 1

dbArrayTests.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected