Esempio n. 1
0
 public bool Init(C4DThread parent, int count, SWIGTYPE_p_p_C4DThread thread) {
   bool ret = C4dApiPINVOKE.MPThreadPool_Init__SWIG_1(swigCPtr, C4DThread.getCPtr(parent), count, SWIGTYPE_p_p_C4DThread.getCPtr(thread));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_p_C4DThread obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 public bool Init(BaseThread parent, int count, SWIGTYPE_p_p_C4DThread thread) {
   bool ret = C4dApiPINVOKE.MPThreadPool_Init__SWIG_0(swigCPtr, BaseThread.getCPtr(parent), count, SWIGTYPE_p_p_C4DThread.getCPtr(thread));
   return ret;
 }