public __vector_NumRGB888Image(__vector_NumRGB888Image other) : this(VisionLabPINVOKE.new___vector_NumRGB888Image__SWIG_1(__vector_NumRGB888Image.getCPtr(other)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public __vector_NumRGB888ImageEnumerator(__vector_NumRGB888Image collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, __vector_NumRGB888Image values) { VisionLabPINVOKE.__vector_NumRGB888Image_SetRange(swigCPtr, index, __vector_NumRGB888Image.getCPtr(values)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public static __vector_NumRGB888Image Repeat(__NumRGB888Image value, int count) { global::System.IntPtr cPtr = VisionLabPINVOKE.__vector_NumRGB888Image_Repeat(__NumRGB888Image.getCPtr(value), count); __vector_NumRGB888Image ret = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_NumRGB888Image(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public __vector_NumRGB888Image GetRange(int index, int count) { global::System.IntPtr cPtr = VisionLabPINVOKE.__vector_NumRGB888Image_GetRange(swigCPtr, index, count); __vector_NumRGB888Image ret = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_NumRGB888Image(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__vector_NumRGB888Image obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }