Esempio n. 1
0
 public vector_HSV161616Pixel(vector_HSV161616Pixel other) : this(VisionLabPINVOKE.new_vector_HSV161616Pixel__SWIG_1(vector_HSV161616Pixel.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public vector_HSV161616PixelEnumerator(vector_HSV161616Pixel collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Esempio n. 3
0
 public void SetRange(int index, vector_HSV161616Pixel values)
 {
     VisionLabPINVOKE.vector_HSV161616Pixel_SetRange(swigCPtr, index, vector_HSV161616Pixel.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
    public static vector_HSV161616Pixel Repeat(HSV161616Pixel value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.vector_HSV161616Pixel_Repeat(HSV161616Pixel.getCPtr(value), count);
        vector_HSV161616Pixel ret = (cPtr == IntPtr.Zero) ? null : new vector_HSV161616Pixel(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 5
0
    public vector_HSV161616Pixel GetRange(int index, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.vector_HSV161616Pixel_GetRange(swigCPtr, index, count);
        vector_HSV161616Pixel ret = (cPtr == IntPtr.Zero) ? null : new vector_HSV161616Pixel(cPtr, true);

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