public StringBoolFeatures(StringBoolFeatures orig) : this(modshogunPINVOKE.new_StringBoolFeatures__SWIG_5(StringBoolFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public bool append_features(StringBoolFeatures sf) { bool ret = modshogunPINVOKE.StringBoolFeatures_append_features(swigCPtr, StringBoolFeatures.getCPtr(sf)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public StringBoolFeatures get_transposed() { IntPtr cPtr = modshogunPINVOKE.StringBoolFeatures_get_transposed(swigCPtr); StringBoolFeatures ret = (cPtr == IntPtr.Zero) ? null : new StringBoolFeatures(cPtr, true); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public StringBoolFeatures(StringBoolFeatures orig) : this(modshogunPINVOKE.new_StringBoolFeatures__SWIG_5(StringBoolFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
public bool append_features(StringBoolFeatures sf) { bool ret = modshogunPINVOKE.StringBoolFeatures_append_features(swigCPtr, StringBoolFeatures.getCPtr(sf)); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static HandleRef getCPtr(StringBoolFeatures obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(StringBoolFeatures obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }