Exemplo n.º 1
0
 public static intArray frompointer(SWIGTYPE_p_int t)
 {
     global::System.IntPtr cPtr = fannfixedPINVOKE.intArray_frompointer(SWIGTYPE_p_int.getCPtr(t));
     intArray ret = (cPtr == global::System.IntPtr.Zero) ? null : new intArray(cPtr, false);
     return ret;
 }
Exemplo n.º 2
0
 public void setitem(int index, SWIGTYPE_p_int value)
 {
     fannfixedPINVOKE.intArrayArray_setitem(swigCPtr, index, SWIGTYPE_p_int.getCPtr(value));
 }
Exemplo n.º 3
0
 public void setitem(int index, SWIGTYPE_p_int value)
 {
     fannfixedPINVOKE.intArrayArray_setitem(swigCPtr, index, SWIGTYPE_p_int.getCPtr(value));
 }
Exemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_int obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }