Searched refs:fMinGrowth (Results 1 – 1 of 1) sorted by relevance
2212 RtreeDValue fMinGrowth = RTREE_ZERO; in ChooseLeaf() local2232 if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){ in ChooseLeaf()2236 fMinGrowth = growth; in ChooseLeaf()