Class Quad-Tree-Node

Direct Superclass Summary

four-child-node

Slot Summary

bottom-left-childAccessors:bottom-left-child.
bottom-right-childAccessors:bottom-right-child.
elementReader:element.
parentInitargs:parent; Accessors:parent.
top-left-childAccessors:top-left-child.
top-right-childAccessors:top-right-child.
treeInitargs:tree; Accessors:tree.

Direct Method Summary

find-itemFind item in container using the container's test
method for comparisons. The test method must ta...
insert-itemAdds item to the container
node-empty-p

Other Method Summary

delete-node
search-for-node
search-for-node*