24 for(
auto &algo :
_algo_array) algo->EventBegin(clusters);
38 for(
auto &algo :
_algo_array) algo->IterationBegin(clusters);
50 const ::cluster::ClusterParamsAlg &cluster2)
57 if(!i) status =
_algo_array.at(i)->Bool(cluster1,cluster2);
79 status = status &&
_algo_array.at(i)->Bool(cluster1,cluster2);
83 status = status ||
_algo_array.at(i)->Bool(cluster1,cluster2);
Class def header for a class CBAlgoArray.