public __vector_OrdInt8Image(__vector_OrdInt8Image other) : this(VisionLabPINVOKE.new___vector_OrdInt8Image__SWIG_1(__vector_OrdInt8Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public __vector_OrdInt8ImageEnumerator(__vector_OrdInt8Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, __vector_OrdInt8Image values)
 {
     VisionLabPINVOKE.__vector_OrdInt8Image_SetRange(swigCPtr, index, __vector_OrdInt8Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static __vector_OrdInt8Image Repeat(__OrdInt8Pixel value, int count)
    {
        global::System.IntPtr cPtr = VisionLabPINVOKE.__vector_OrdInt8Image_Repeat(__OrdInt8Pixel.getCPtr(value), count);
        __vector_OrdInt8Image ret  = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_OrdInt8Image(cPtr, true);

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

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