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

Method process

testdata/ruby/dbRegionTest.rb:83–86  ·  view source on GitHub ↗
(polygon)

Source from the content-addressed store, hash-verified

81 end
82
83 def process(polygon)
84 box = polygon.bbox
85 return [ RBA::Edge::new(box.p1, box.p2) ]
86 end
87
88end
89

Callers

nothing calls this directly

Calls 3

bboxMethod · 0.45
p1Method · 0.45
p2Method · 0.45

Tested by

no test coverage detected