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); }