removeRedundantBoxes
removeRedundantBoxes(boxes)
Remove all rectangles that are fully contained within others
Kind: global function
Param | Type |
---|---|
boxes | QuadTreeNode |
- removeRedundantBoxes(boxes)
- ~visitDatumIntersection(intersection)
- ~visitTreeNode(node)
- ~datum :
QuadTreeDatum
- ~datum :
removeRedundantBoxes~visitDatumIntersection(intersection)
Kind: inner method of removeRedundantBoxes
Param | Type |
---|---|
intersection | QuadTreeDatum |
removeRedundantBoxes~visitTreeNode(node)
Kind: inner method of removeRedundantBoxes
Param | Type |
---|---|
node | QuadTreeNode |
visitTreeNode~datum : QuadTreeDatum
Kind: inner property of visitTreeNode