Esempio n. 1
0
 public bool Find(int theKey, MAT_Arc theValue)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public MAT_Node NodeForTurn(MAT_Arc anArc, MAT_BasicElt aBasicElt, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public MAT_Arc Bound(int theKey, MAT_Arc theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Esempio n. 4
0
 public void SetLinkedArc(MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void FusionOfArcs(MAT_Arc Arc1, MAT_Arc Arc2)
 {
     throw new NotImplementedException();
 }
 public void Append(MAT_Arc theItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 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();
 }
Esempio n. 10
0
 public MAT_Arc(MAT_Arc parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
 public void SetNeighbour(MAT_Side aSide, MAT_Node aNode, MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public void SetSecondArc(MAT_Side aSide, MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }