26 algo->EventBegin(clusters);
42 algo->IterationBegin(clusters);
55 const ::cluster::ClusterParamsAlg& cluster2)
63 status =
_algo_array.at(i)->Bool(cluster1, cluster2);
72 if (
_ask_and.at(i) && !status)
break;
75 if (!
_ask_and.at(i) && status)
break;
85 status = status &&
_algo_array.at(i)->Bool(cluster1, cluster2);
89 status = status ||
_algo_array.at(i)->Bool(cluster1, cluster2);
Class def header for a class CBAlgoArray.