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

Method lenq

src/db/db/dbBoxTree.h:222–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 void lenq (int i, size_t l)
223 {
224 if (i < 0) {
225 m_lenq = l;
226 } else {
227 box_tree_node *c = child (i);
228 if (c) {
229 c->m_len = l;
230 } else {
231 m_childrefs [i] = l * 2 + 1;
232 }
233 }
234 }
235
236 size_t lenq (int i) const
237 {

Callers 15

print_tree_nodeFunction · 0.80
print_unstable_tree_nodeFunction · 0.80
box_tree_itMethod · 0.80
need_visitMethod · 0.80
upMethod · 0.80
nextMethod · 0.80
downMethod · 0.80
incMethod · 0.80
tree_sortMethod · 0.80
unstable_box_tree_itMethod · 0.80
need_visitMethod · 0.80
upMethod · 0.80

Calls

no outgoing calls

Tested by 2

print_tree_nodeFunction · 0.64
print_unstable_tree_nodeFunction · 0.64