public vector_NumHSV161616ImageEnumerator(vector_NumHSV161616Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, vector_NumHSV161616Image values)
 {
     VisionLabPINVOKE.vector_NumHSV161616Image_SetRange(swigCPtr, index, vector_NumHSV161616Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static vector_NumHSV161616Image Repeat(NumHSV161616Image value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.vector_NumHSV161616Image_Repeat(NumHSV161616Image.getCPtr(value), count);
        vector_NumHSV161616Image ret = (cPtr == IntPtr.Zero) ? null : new vector_NumHSV161616Image(cPtr, true);

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

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