Beispiel #1
0
 public ComparisonUI(IIntersectionAlgorithm alg)
 {
     this.ialg = alg;
 }
 public SimpleIntersectionTThreshold(IIntersectionAlgorithm ialg)
 {
     this.intersection = ialg;
 }