Beispiel #1
0
 public bool Find(int theKey, MAT_Arc theValue)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public MAT_Node NodeForTurn(MAT_Arc anArc, MAT_BasicElt aBasicElt, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public MAT_Arc Bound(int theKey, MAT_Arc theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Beispiel #4
0
 public void SetLinkedArc(MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public void FusionOfArcs(MAT_Arc Arc1, MAT_Arc Arc2)
 {
     throw new NotImplementedException();
 }
 public void Append(MAT_Arc theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public MAT_Node(int GeomIndex, MAT_Arc LinkedArc, double D_istance)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, MAT_Arc theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, MAT_Arc theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #10
0
 public MAT_Arc(MAT_Arc parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #11
0
 public void SetNeighbour(MAT_Side aSide, MAT_Node aNode, MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }
Beispiel #12
0
 public void SetSecondArc(MAT_Side aSide, MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }