public GvCalcTable AllocCalculationTable(int cpu_count)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvNodeMaster_AllocCalculationTable__SWIG_3(swigCPtr, cpu_count);
            GvCalcTable           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvCalcTable(cPtr, false);

            return(ret);
        }
        public GvCalcTable AllocCalculationTable(int cpu_count, bool sort, int nr_of_preallocated_entries)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvNodeMaster_AllocCalculationTable__SWIG_1(swigCPtr, cpu_count, sort, nr_of_preallocated_entries);
            GvCalcTable           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new GvCalcTable(cPtr, false);

            return(ret);
        }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GvCalcTable obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #4
0
 public void SetCalculationTable(GvCalcTable t)
 {
     C4dApiPINVOKE.GvRun_SetCalculationTable(swigCPtr, GvCalcTable.getCPtr(t));
 }