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

Method path_extensions

src/db/db/dbShape.cc:491–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491std::pair<Shape::coord_type, Shape::coord_type> Shape::path_extensions () const
492{
493 if (m_type == Path) {
494 return path ().extensions ();
495 } else {
496 return path_ref ().obj ().extensions ();
497 }
498}
499
500bool Shape::round_path () const
501{

Callers 7

write_pathsMethod · 0.80
write_shapeMethod · 0.80
write_pathsMethod · 0.80
path_bgnextFunction · 0.80
path_dbgnextFunction · 0.80
path_endextFunction · 0.80
path_dendextFunction · 0.80

Calls 3

path_refClass · 0.85
pathFunction · 0.70
objMethod · 0.45

Tested by

no test coverage detected