29 auto p_m = this->pointPosition_[
m];
30 auto d_m = this->sizeRatio_* this->diameter_[
m];
38 for(
int32 ii = -1; ii<2; ii++)
40 for(
int32 jj=-1; jj<2; jj++)
47 if( upperLevel.isInRange(nghbrCI) )
56 auto p_n = this->pointPosition_[
n];
57 auto d_n = this->sizeRatio_*this->diameter_[
n];
63 if(lm>ln) this->Swap(lm,ln);
64 if(
auto res = pairs.insert(lm,ln); res <0)