MCPcopy 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
500bool 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
509bool Shape::path (Shape::path_type &p) const
510{

Callers 5

test_7_LayoutEdit2Method · 0.80
test_7_DLayoutEdit2Method · 0.80
write_pathsMethod · 0.80
write_pathsMethod · 0.80
round_pathFunction · 0.80

Calls 3

path_refClass · 0.85
pathFunction · 0.70
objMethod · 0.45

Tested by 2

test_7_LayoutEdit2Method · 0.64
test_7_DLayoutEdit2Method · 0.64