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