CODBspNode::AddRects

void CODBspNode::AddRects(CODBspRectArray* pRectArray, int nThreshold)

Adds rectangles to this section of the tree.

Defined in: OdBspNode.cpp

Return Value

void

Parameters

pRectArray

A pointer to the array of rectangles to add.

nThreshold

The size threshold where the node can not be divided any more, and therefore becomes a leaf node.

See Also

CODBspRectArray, RemoveRects