Ejemplo n.º 1
0
 public static void setNodeVariables(TopologyNodePtrVector ns, SWIGTYPE_p_std__vectorT_vpsc__Variable_p_t vs)
 {
     colaPINVOKE.setNodeVariables(TopologyNodePtrVector.getCPtr(ns), SWIGTYPE_p_std__vectorT_vpsc__Variable_p_t.getCPtr(vs));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void SetRange(int index, TopologyNodePtrVector values)
 {
     colaPINVOKE.TopologyNodePtrVector_SetRange(swigCPtr, index, TopologyNodePtrVector.getCPtr(values));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void setTopology(TopologyNodePtrVector tnodes, TopologyEdgePtrVector routes)
 {
     colaPINVOKE.ConstrainedFDLayout_setTopology(swigCPtr, TopologyNodePtrVector.getCPtr(tnodes), TopologyEdgePtrVector.getCPtr(routes));
 }