public bool Unite(IntTools_MapOfCurveSample theOther)
 {
     throw new NotImplementedException();
 }
 public void Union(IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight)
 {
     throw new NotImplementedException();
 }
 public IntTools_MapOfCurveSample Assign(IntTools_MapOfCurveSample theOther)
 {
     throw new NotImplementedException();
 }
 public void Exchange(IntTools_MapOfCurveSample theOther)
 {
     throw new NotImplementedException();
 }
 public IntTools_MapOfCurveSample(IntTools_MapOfCurveSample theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool HasIntersection(IntTools_MapOfCurveSample theMap)
 {
     throw new NotImplementedException();
 }