Calculates the bounding box that encloses all STBoxes in an RTree node.
This function takes the destination STBox and change it to the minimal bounding box enclosing all STBoxes within a given RTree node.
- Parameters
-
[in] | node | Pointer to the RTreeNode structure containing the STBoxes. |
[out] | box | STBox that will be expanded |