public __vector_NumInt8Image(__vector_NumInt8Image other) : this(VisionLabPINVOKE.new___vector_NumInt8Image__SWIG_1(__vector_NumInt8Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public __vector_NumInt8ImageEnumerator(__vector_NumInt8Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, __vector_NumInt8Image values)
 {
     VisionLabPINVOKE.__vector_NumInt8Image_SetRange(swigCPtr, index, __vector_NumInt8Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static __vector_NumInt8Image Repeat(__NumInt8Pixel value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.__vector_NumInt8Image_Repeat(__NumInt8Pixel.getCPtr(value), count);
        __vector_NumInt8Image ret = (cPtr == IntPtr.Zero) ? null : new __vector_NumInt8Image(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public __vector_NumInt8Image GetRange(int index, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.__vector_NumInt8Image_GetRange(swigCPtr, index, count);
        __vector_NumInt8Image ret = (cPtr == IntPtr.Zero) ? null : new __vector_NumInt8Image(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(__vector_NumInt8Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__vector_NumInt8Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }