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

Function path_dendext

src/db/db/gsiDeclDbShape.cc:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349static db::DCoord path_dendext (const db::Shape *s)
350{
351 check_is_path (s);
352 return s->path_extensions ().second * shape_dbu (s);
353}
354
355static void set_path_endext (db::Shape *s, db::Shape::coord_type e)
356{

Callers

nothing calls this directly

Calls 3

check_is_pathFunction · 0.85
shape_dbuFunction · 0.85
path_extensionsMethod · 0.80

Tested by

no test coverage detected