Searched refs:shellIdx (Results 1 – 2 of 2) sorted by relevance
429 int shellIdx = *i; in clusterShells() local430 if(shells[shellIdx].centerCoords[dividingDim] < dividingValue) in clusterShells()431 lessThanList.push_back(shellIdx); in clusterShells()433 greaterList.push_back(shellIdx); in clusterShells()
473 Size shellIdx = 0; in generate() local475 for (Float r = h; r <= R; r += h, shellIdx++) { in generate()479 const Size m = Size(ceil(shells[shellIdx])); in generate()