MCPcopy 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 {

Calls

no outgoing calls

Tested by

no test coverage detected