Lines Matching refs:PointIndices
107 ErrorCluster_.PointIndices.push_back(P); in validateAndSetup()
148 CurrentCluster.PointIndices.push_back(P); in clusterizeDbScan()
161 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
169 CurrentCluster.PointIndices.push_back(Q); in clusterizeDbScan()
183 NoiseCluster_.PointIndices.push_back(P); in clusterizeDbScan()
233 CurrentCluster.PointIndices.reserve(PointsOfSchedClass.size()); in clusterizeNaive()
234 CurrentCluster.PointIndices.assign(PointsOfSchedClass.begin(), in clusterizeNaive()
236 assert(CurrentCluster.PointIndices.size() == PointsOfSchedClass.size()); in clusterizeNaive()
290 UnstableCluster.PointIndices.reserve(ClusterIDs.size()); in stabilize()
304 OldCluster.PointIndices.begin(), OldCluster.PointIndices.end(), in stabilize()
308 assert(std::distance(it, OldCluster.PointIndices.end()) > 0 && in stabilize()
311 std::for_each(it, OldCluster.PointIndices.end(), in stabilize()
316 UnstableCluster.PointIndices.insert(UnstableCluster.PointIndices.end(), in stabilize()
317 it, OldCluster.PointIndices.end()); in stabilize()
319 OldCluster.PointIndices.erase(it, OldCluster.PointIndices.end()); in stabilize()
323 assert(UnstableCluster.PointIndices.size() > 1 && in stabilize()
325 assert(UnstableCluster.PointIndices.size() >= ClusterIDs.size() && in stabilize()
340 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) { in create()