Exemplo n.º 1
0
    public SWIGTYPE_p_SGVectorT_char_p_t get_modelsel_names()
    {
        SWIGTYPE_p_SGVectorT_char_p_t ret = new SWIGTYPE_p_SGVectorT_char_p_t(modshogunPINVOKE.SGObject_get_modelsel_names(swigCPtr), true);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 2
0
 public SWIGTYPE_p_SGVectorT_char_p_t get_modelsel_names() {
   SWIGTYPE_p_SGVectorT_char_p_t ret = new SWIGTYPE_p_SGVectorT_char_p_t(modshogunPINVOKE.SGObject_get_modelsel_names(swigCPtr), true);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_SGVectorT_char_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }