public void SetRange(int index, NodeVector values) { NQuantLibcPINVOKE.NodeVector_SetRange(swigCPtr, index, NodeVector.getCPtr(values)); if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } }
public NodeVector(NodeVector other) : this(NQuantLibcPINVOKE.new_NodeVector__SWIG_1(NodeVector.getCPtr(other)), true) { if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } }