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