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

Function path_width

src/db/db/gsiDeclDbShape.cc:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404static db::Shape::coord_type path_width (const db::Shape *s)
405{
406 check_is_path (s);
407 return s->path_width ();
408}
409
410static db::DCoord path_dwidth (const db::Shape *s)
411{

Callers

nothing calls this directly

Calls 2

check_is_pathFunction · 0.85
path_widthMethod · 0.80

Tested by

no test coverage detected