Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
473
Shape::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
482
Shape::distance_type Shape::path_length () const
483
{
Callers
9
test_7_Layout
Method · 0.80
test_7_LayoutEdit2
Method · 0.80
path_description
Function · 0.80
display_status
Method · 0.80
write_paths
Method · 0.80
write_paths
Method · 0.80
dbShapeRepositoryTests.cc
File · 0.80
path_width
Function · 0.80
path_dwidth
Function · 0.80
Calls
4
path_ref
Class · 0.85
path
Function · 0.70
width
Method · 0.45
obj
Method · 0.45
Tested by
2
test_7_Layout
Method · 0.64
test_7_LayoutEdit2
Method · 0.64