public vector_vector_ComplexFloatImage(vector_vector_ComplexFloatImage other) : this(VisionLabPINVOKE.new_vector_vector_ComplexFloatImage__SWIG_1(vector_vector_ComplexFloatImage.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public vector_vector_ComplexFloatImageEnumerator(vector_vector_ComplexFloatImage collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, vector_vector_ComplexFloatImage values)
 {
     VisionLabPINVOKE.vector_vector_ComplexFloatImage_SetRange(swigCPtr, index, vector_vector_ComplexFloatImage.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static vector_vector_ComplexFloatImage Repeat(vector_ComplexFloatImage value, int count)
    {
        global::System.IntPtr           cPtr = VisionLabPINVOKE.vector_vector_ComplexFloatImage_Repeat(vector_ComplexFloatImage.getCPtr(value), count);
        vector_vector_ComplexFloatImage ret  = (cPtr == global::System.IntPtr.Zero) ? null : new vector_vector_ComplexFloatImage(cPtr, true);

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

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