Searched refs:neighbourhood (Results 1 – 1 of 1) sorted by relevance
1228 ColPartition* neighbourhood[PN_COUNT]; in SmoothSpacings() local1241 neighbourhood[i] = NULL; in SmoothSpacings()1245 neighbourhood[i] = it.data(); in SmoothSpacings()1249 while (neighbourhood[PN_UPPER] != NULL) { in SmoothSpacings()1271 if (neighbourhood[PN_LOWER] == NULL || in SmoothSpacings()1272 (!neighbourhood[PN_UPPER]->SpacingsEqual(*neighbourhood[PN_LOWER], in SmoothSpacings()1274 !OKSpacingBlip(resolution, median_space, neighbourhood) && in SmoothSpacings()1275 (!OKSpacingBlip(resolution, median_space, neighbourhood - 1) || in SmoothSpacings()1276 !neighbourhood[PN_LOWER]->SpacingEqual(median_space, resolution)) && in SmoothSpacings()1277 (!OKSpacingBlip(resolution, median_space, neighbourhood + 1) || in SmoothSpacings()[all …]