public void Intersection(HLRAlgoIntersection I)
 {
     HLRAlgo_Interference_Intersection2F323D4D(Instance, I.Instance);
 }
 public HLRAlgoInterference(HLRAlgoIntersection Inters, HLRAlgoCoincidence Bound, TopAbsOrientation Orient, TopAbsOrientation Trans, TopAbsOrientation BTrans)
     :
     base(HLRAlgo_Interference_Ctor43D8FA96(Inters.Instance, Bound.Instance, (int)Orient, (int)Trans, (int)BTrans))
 {
 }