algor.cc | 41 #include "box.h" 56 // Find the first closure, i.e. a box that has 3 edges 64 BOX box(y, x, b); local in function:ALGOR::find_closure 65 if (box.count() == 3) { 66 for (dir = BOX::first; dir < BOX::last; dir++) 67 if (!box.isset(dir)) 69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides", 84 BOX tbox(0, x, b) 193 BOX box(y, x, nb); local in function:ALGOR::find_good_turn 227 BOX box(y, x, b); local in function:ALGOR::find_bad_turn [all...] |