Esempio n. 1
0
 public __vector_OrdFloatImage(__vector_OrdFloatImage other) : this(VisionLabPINVOKE.new___vector_OrdFloatImage__SWIG_1(__vector_OrdFloatImage.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public __vector_OrdFloatImageEnumerator(__vector_OrdFloatImage collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Esempio n. 3
0
 public void SetRange(int index, __vector_OrdFloatImage values)
 {
     VisionLabPINVOKE.__vector_OrdFloatImage_SetRange(swigCPtr, index, __vector_OrdFloatImage.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
    public static __vector_OrdFloatImage Repeat(__OrdFloatImage value, int count)
    {
        global::System.IntPtr  cPtr = VisionLabPINVOKE.__vector_OrdFloatImage_Repeat(__OrdFloatImage.getCPtr(value), count);
        __vector_OrdFloatImage ret  = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_OrdFloatImage(cPtr, true);

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

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