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

Method init_region

src/db/db/dbRecursiveShapeIterator.cc:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void
313RecursiveShapeIterator::init_region (const RecursiveShapeIterator::box_type &region)
314{
315 m_region = region;
316 mp_complex_region.reset (0);
317}
318
319void
320RecursiveShapeIterator::init_region (const RecursiveShapeIterator::region_type &region)

Callers

nothing calls this directly

Calls 5

resetMethod · 0.45
emptyMethod · 0.45
is_boxMethod · 0.45
bboxMethod · 0.45
set_strict_handlingMethod · 0.45

Tested by

no test coverage detected