public void SetRange(int index, TopologyEdgePointPtrVector values)
 {
     colaPINVOKE.TopologyEdgePointPtrVector_SetRange(swigCPtr, index, TopologyEdgePointPtrVector.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public Edge(uint id, double idealLength, TopologyEdgePointPtrVector vs) : this(colaPINVOKE.new_Edge(id, idealLength, TopologyEdgePointPtrVector.getCPtr(vs)), true)
 {
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }