Searched refs:PointsBeginIndex (Results 1 – 1 of 1) sorted by relevance
365 IntervalNode *createTree(unsigned &IntervalsSize, int PointsBeginIndex, in createTree() argument378 if (PointsBeginIndex > PointsEndIndex || in createTree()382 int MiddleIndex = (PointsBeginIndex + PointsEndIndex) / 2; in createTree()436 if (PointsBeginIndex <= MiddleIndex - 1) { in createTree()437 Root->Left = createTree(IntervalsSize, PointsBeginIndex, MiddleIndex - 1, in createTree()