Exemplo n.º 1
0
 public vector_YUV161616Pixel(vector_YUV161616Pixel other) : this(VisionLabPINVOKE.new_vector_YUV161616Pixel__SWIG_1(vector_YUV161616Pixel.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public vector_YUV161616PixelEnumerator(vector_YUV161616Pixel collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
 public void SetRange(int index, vector_YUV161616Pixel values)
 {
     VisionLabPINVOKE.vector_YUV161616Pixel_SetRange(swigCPtr, index, vector_YUV161616Pixel.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
    public static vector_YUV161616Pixel Repeat(YUV161616Pixel value, int count)
    {
        global::System.IntPtr cPtr = VisionLabPINVOKE.vector_YUV161616Pixel_Repeat(YUV161616Pixel.getCPtr(value), count);
        vector_YUV161616Pixel ret  = (cPtr == global::System.IntPtr.Zero) ? null : new vector_YUV161616Pixel(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 5
0
    public vector_YUV161616Pixel GetRange(int index, int count)
    {
        global::System.IntPtr cPtr = VisionLabPINVOKE.vector_YUV161616Pixel_GetRange(swigCPtr, index, count);
        vector_YUV161616Pixel ret  = (cPtr == global::System.IntPtr.Zero) ? null : new vector_YUV161616Pixel(cPtr, true);

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