예제 #1
0
 public void set_features(BoolStringList feats)
 {
     modshogunPINVOKE.StringBoolFeatures_set_features(swigCPtr, BoolStringList.getCPtr(feats));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public BoolStringList(BoolStringList orig) : this(modshogunPINVOKE.new_BoolStringList__SWIG_5(BoolStringList.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public StringBoolFeatures(BoolStringList string_list, Alphabet alpha) : this(modshogunPINVOKE.new_StringBoolFeatures__SWIG_3(BoolStringList.getCPtr(string_list), Alphabet.getCPtr(alpha)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }