public void SetRange(int index, TopologyEdgePtrVector values)
 {
     colaPINVOKE.TopologyEdgePtrVector_SetRange(swigCPtr, index, TopologyEdgePtrVector.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void setTopology(TopologyNodePtrVector tnodes, TopologyEdgePtrVector routes)
 {
     colaPINVOKE.ConstrainedFDLayout_setTopology(swigCPtr, TopologyNodePtrVector.getCPtr(tnodes), TopologyEdgePtrVector.getCPtr(routes));
 }