Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ node
Method
node
src/db/db/dbQuadTree.h:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
quad_tree_node *node (unsigned int n) const
179
{
180
tl_assert (! is_leaf ());
181
return m_q [n];
182
}
183
184
bool empty () const
185
{
Callers
9
derive_node_identities_for_edges
Method · 0.80
derive_node_identities
Method · 0.80
derive_node_identities_from_ambiguity_group
Method · 0.80
derive_node_identities_from_singular_match
Method · 0.80
compare_circuits
Method · 0.80
handle_pin_mismatch
Method · 0.80
derive_symmetry_groups
Function · 0.80
join_symmetric_nets
Method · 0.80
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected