示例#1
0
 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();
     }
 }
示例#2
0
 internal static HandleRef getCPtr(IntronList obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
 internal static HandleRef getCPtr(IntronList obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#4
0
 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();
 }