示例#1
0
 public __vector_NumComplexFloatImage(__vector_NumComplexFloatImage other) : this(VisionLabPINVOKE.new___vector_NumComplexFloatImage__SWIG_1(__vector_NumComplexFloatImage.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public __vector_NumComplexFloatImageEnumerator(__vector_NumComplexFloatImage collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
示例#3
0
 public void SetRange(int index, __vector_NumComplexFloatImage values)
 {
     VisionLabPINVOKE.__vector_NumComplexFloatImage_SetRange(swigCPtr, index, __vector_NumComplexFloatImage.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
    public static __vector_NumComplexFloatImage Repeat(__NumComplexFloatImage value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.__vector_NumComplexFloatImage_Repeat(__NumComplexFloatImage.getCPtr(value), count);
        __vector_NumComplexFloatImage ret = (cPtr == IntPtr.Zero) ? null : new __vector_NumComplexFloatImage(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#5
0
    public __vector_NumComplexFloatImage GetRange(int index, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.__vector_NumComplexFloatImage_GetRange(swigCPtr, index, count);
        __vector_NumComplexFloatImage ret = (cPtr == IntPtr.Zero) ? null : new __vector_NumComplexFloatImage(cPtr, true);

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