public vector_ulong_long(vector_ulong_long other) : this(VisionLabPINVOKE.new_vector_ulong_long__SWIG_1(vector_ulong_long.getCPtr(other)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public vector_ulong_longEnumerator(vector_ulong_long collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, vector_ulong_long values) { VisionLabPINVOKE.vector_ulong_long_SetRange(swigCPtr, index, vector_ulong_long.getCPtr(values)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public static vector_ulong_long Repeat(ulong value, int count) { global::System.IntPtr cPtr = VisionLabPINVOKE.vector_ulong_long_Repeat(value, count); vector_ulong_long ret = (cPtr == global::System.IntPtr.Zero) ? null : new vector_ulong_long(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public vector_ulong_long GetRange(int index, int count) { global::System.IntPtr cPtr = VisionLabPINVOKE.vector_ulong_long_GetRange(swigCPtr, index, count); vector_ulong_long ret = (cPtr == global::System.IntPtr.Zero) ? null : new vector_ulong_long(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vector_ulong_long obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(vector_ulong_long obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }