public vector_NumHSV888Image(vector_NumHSV888Image other) : this(VisionLabPINVOKE.new_vector_NumHSV888Image__SWIG_1(vector_NumHSV888Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public vector_NumHSV888ImageEnumerator(vector_NumHSV888Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, vector_NumHSV888Image values)
 {
     VisionLabPINVOKE.vector_NumHSV888Image_SetRange(swigCPtr, index, vector_NumHSV888Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static vector_NumHSV888Image Repeat(NumHSV888Image value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.vector_NumHSV888Image_Repeat(NumHSV888Image.getCPtr(value), count);
        vector_NumHSV888Image ret = (cPtr == IntPtr.Zero) ? null : new vector_NumHSV888Image(cPtr, true);

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

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