Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ round_path
Method
round_path
src/db/db/dbShape.cc:500–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
}
499
500
bool Shape::round_path () const
501
{
502
if (m_type == Path) {
503
return path ().round ();
504
} else {
505
return path_ref ().obj ().round ();
506
}
507
}
508
509
bool Shape::path (Shape::path_type &p) const
510
{
Callers
5
test_7_LayoutEdit2
Method · 0.80
test_7_DLayoutEdit2
Method · 0.80
write_paths
Method · 0.80
write_paths
Method · 0.80
round_path
Function · 0.80
Calls
3
path_ref
Class · 0.85
path
Function · 0.70
obj
Method · 0.45
Tested by
2
test_7_LayoutEdit2
Method · 0.64
test_7_DLayoutEdit2
Method · 0.64