コード例 #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);
 }