Ejemplo n.º 1
0
 public void Perform(MAT_BasicElt aBasicElt)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public MAT_Node NodeForTurn(MAT_Arc anArc, MAT_BasicElt aBasicElt, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }
 public bool Find(int theKey, MAT_BasicElt theValue)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public MAT_Zone(MAT_BasicElt aBasicElt)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void SetSecondElement(MAT_BasicElt aBasicElt)
 {
     throw new NotImplementedException();
 }
 public MAT_BasicElt Bound(int theKey, MAT_BasicElt theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Ejemplo n.º 7
0
 public MAT_Arc(int ArcIndex, int GeomIndex, MAT_BasicElt FirstElement, MAT_BasicElt SecondElement)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 8
0
 public MAT_BasicElt(MAT_BasicElt parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Append(MAT_BasicElt theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, MAT_BasicElt theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, MAT_BasicElt theItem)
 {
     throw new NotImplementedException();
 }