Exemplo n.º 1
0
 public static void init_shogun(SWIGTYPE_p_f_p_FILE_p_q_const__char__void print_message, SWIGTYPE_p_f_p_FILE_p_q_const__char__void print_warning, SWIGTYPE_p_f_p_FILE_p_q_const__char__void print_error, SWIGTYPE_p_f_r_bool_r_bool__void cancel_computations) {
   modshogunPINVOKE.init_shogun__SWIG_0(SWIGTYPE_p_f_p_FILE_p_q_const__char__void.getCPtr(print_message), SWIGTYPE_p_f_p_FILE_p_q_const__char__void.getCPtr(print_warning), SWIGTYPE_p_f_p_FILE_p_q_const__char__void.getCPtr(print_error), SWIGTYPE_p_f_r_bool_r_bool__void.getCPtr(cancel_computations));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_f_r_bool_r_bool__void obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 public static void init_shogun(SWIGTYPE_p_f_p_FILE_p_q_const__char__void print_message, SWIGTYPE_p_f_p_FILE_p_q_const__char__void print_warning, SWIGTYPE_p_f_p_FILE_p_q_const__char__void print_error, SWIGTYPE_p_f_r_bool_r_bool__void cancel_computations)
 {
     modshogunPINVOKE.init_shogun__SWIG_0(SWIGTYPE_p_f_p_FILE_p_q_const__char__void.getCPtr(print_message), SWIGTYPE_p_f_p_FILE_p_q_const__char__void.getCPtr(print_warning), SWIGTYPE_p_f_p_FILE_p_q_const__char__void.getCPtr(print_error), SWIGTYPE_p_f_r_bool_r_bool__void.getCPtr(cancel_computations));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_f_r_bool_r_bool__void obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }