sclass G22FindSimilarMasksTask { // Image we are looking up Image2B queryImage; // where all the masks are that we are comparing the queryImage to IG22MasksHolder masksHolder; // where the found masks go (probability = similarity) new ProbabilisticList> outList; // probabilistic stack & scheduler new PStack pstack; IProbabilisticScheduler scheduler() { ret pstack.scheduler(); } }