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

Method path_width

src/db/db/dbShape.cc:473–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473Shape::coord_type Shape::path_width () const
474{
475 if (m_type == Path) {
476 return path ().width ();
477 } else {
478 return path_ref ().obj ().width ();
479 }
480}
481
482Shape::distance_type Shape::path_length () const
483{

Callers 9

test_7_LayoutMethod · 0.80
test_7_LayoutEdit2Method · 0.80
path_descriptionFunction · 0.80
display_statusMethod · 0.80
write_pathsMethod · 0.80
write_pathsMethod · 0.80
path_widthFunction · 0.80
path_dwidthFunction · 0.80

Calls 4

path_refClass · 0.85
pathFunction · 0.70
widthMethod · 0.45
objMethod · 0.45

Tested by 2

test_7_LayoutMethod · 0.64
test_7_LayoutEdit2Method · 0.64