public void set_intron_list(IntronList intron_list, int num_plifs) { modshogunPINVOKE.DynProg_set_intron_list(swigCPtr, IntronList.getCPtr(intron_list), num_plifs); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtr(IntronList obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(IntronList obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void set_intron_list(IntronList intron_list, int num_plifs) { modshogunPINVOKE.DynProg_set_intron_list(swigCPtr, IntronList.getCPtr(intron_list), num_plifs); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }