public __vector_OrdDoubleImage(__vector_OrdDoubleImage other) : this(VisionLabPINVOKE.new___vector_OrdDoubleImage__SWIG_1(__vector_OrdDoubleImage.getCPtr(other)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public __vector_OrdDoubleImageEnumerator(__vector_OrdDoubleImage collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, __vector_OrdDoubleImage values) { VisionLabPINVOKE.__vector_OrdDoubleImage_SetRange(swigCPtr, index, __vector_OrdDoubleImage.getCPtr(values)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public static __vector_OrdDoubleImage Repeat(__OrdDoubleImage value, int count) { global::System.IntPtr cPtr = VisionLabPINVOKE.__vector_OrdDoubleImage_Repeat(__OrdDoubleImage.getCPtr(value), count); __vector_OrdDoubleImage ret = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_OrdDoubleImage(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public __vector_OrdDoubleImage GetRange(int index, int count) { global::System.IntPtr cPtr = VisionLabPINVOKE.__vector_OrdDoubleImage_GetRange(swigCPtr, index, count); __vector_OrdDoubleImage ret = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_OrdDoubleImage(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__vector_OrdDoubleImage obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(__vector_OrdDoubleImage obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }