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);
    }
    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);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__vector_NumHSV888Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(__vector_NumHSV888Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }