Beispiel #1
0
 public void MergeSolutions(IntTools_SequenceOfRanges theRanges1, IntTools_SequenceOfRanges theRanges2,
                            bool bSplit2)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Result(IntTools_SequenceOfRanges theResults)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void FindSolutions(IntTools_Range theR1, Bnd_Box theBox1, IntTools_Range theR2, Bnd_Box theBox2,
                           IntTools_SequenceOfRanges theRanges1, IntTools_SequenceOfRanges theRanges2)
 {
     throw new NotImplementedException();
 }
 public void Append(IntTools_SequenceOfRanges theSeq)
 {
     throw new NotImplementedException();
 }
 public IntTools_SequenceOfRanges Assign(IntTools_SequenceOfRanges theOther)
 {
     throw new NotImplementedException();
 }
 public IntTools_SequenceOfRanges(IntTools_SequenceOfRanges theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, IntTools_SequenceOfRanges theSeq)
 {
     throw new NotImplementedException();
 }