public __vector_NumFloatImage(__vector_NumFloatImage other) : this(VisionLabPINVOKE.new___vector_NumFloatImage__SWIG_1(__vector_NumFloatImage.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public __vector_NumFloatImageEnumerator(__vector_NumFloatImage collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, __vector_NumFloatImage values)
 {
     VisionLabPINVOKE.__vector_NumFloatImage_SetRange(swigCPtr, index, __vector_NumFloatImage.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static __vector_NumFloatImage Repeat(__NumFloatImage value, int count)
    {
        global::System.IntPtr  cPtr = VisionLabPINVOKE.__vector_NumFloatImage_Repeat(__NumFloatImage.getCPtr(value), count);
        __vector_NumFloatImage ret  = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_NumFloatImage(cPtr, true);

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

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