public __vector_NumYUV161616Image(__vector_NumYUV161616Image other) : this(VisionLabPINVOKE.new___vector_NumYUV161616Image__SWIG_1(__vector_NumYUV161616Image.getCPtr(other)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public __vector_NumYUV161616ImageEnumerator(__vector_NumYUV161616Image collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, __vector_NumYUV161616Image values) { VisionLabPINVOKE.__vector_NumYUV161616Image_SetRange(swigCPtr, index, __vector_NumYUV161616Image.getCPtr(values)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public static __vector_NumYUV161616Image Repeat(__NumYUV161616Image value, int count) { IntPtr cPtr = VisionLabPINVOKE.__vector_NumYUV161616Image_Repeat(__NumYUV161616Image.getCPtr(value), count); __vector_NumYUV161616Image ret = (cPtr == IntPtr.Zero) ? null : new __vector_NumYUV161616Image(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public __vector_NumYUV161616Image GetRange(int index, int count) { IntPtr cPtr = VisionLabPINVOKE.__vector_NumYUV161616Image_GetRange(swigCPtr, index, count); __vector_NumYUV161616Image ret = (cPtr == IntPtr.Zero) ? null : new __vector_NumYUV161616Image(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(__vector_NumYUV161616Image obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__vector_NumYUV161616Image obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }