コード例 #1
0
 public vector_NumComplexDoubleImage(vector_NumComplexDoubleImage other) : this(VisionLabPINVOKE.new_vector_NumComplexDoubleImage__SWIG_1(vector_NumComplexDoubleImage.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public vector_NumComplexDoubleImageEnumerator(vector_NumComplexDoubleImage collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
コード例 #3
0
 public void SetRange(int index, vector_NumComplexDoubleImage values)
 {
     VisionLabPINVOKE.vector_NumComplexDoubleImage_SetRange(swigCPtr, index, vector_NumComplexDoubleImage.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
    public static vector_NumComplexDoubleImage Repeat(NumComplexDoubleImage value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.vector_NumComplexDoubleImage_Repeat(NumComplexDoubleImage.getCPtr(value), count);
        vector_NumComplexDoubleImage ret = (cPtr == IntPtr.Zero) ? null : new vector_NumComplexDoubleImage(cPtr, true);

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

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #6
0
 internal static HandleRef getCPtr(vector_NumComplexDoubleImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }