Exemple #1
0
 public void getPath(TopologyEdgePointConstPtrVector vs)
 {
     colaPINVOKE.Edge_getPath(swigCPtr, TopologyEdgePointConstPtrVector.getCPtr(vs));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void SetRange(int index, TopologyEdgePointConstPtrVector values)
 {
     colaPINVOKE.TopologyEdgePointConstPtrVector_SetRange(swigCPtr, index, TopologyEdgePointConstPtrVector.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }