Beispiel #1
0
 public __vector_NumInt32Image(__vector_NumInt32Image other) : this(VisionLabPINVOKE.new___vector_NumInt32Image__SWIG_1(__vector_NumInt32Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public __vector_NumInt32ImageEnumerator(__vector_NumInt32Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Beispiel #3
0
 public void SetRange(int index, __vector_NumInt32Image values)
 {
     VisionLabPINVOKE.__vector_NumInt32Image_SetRange(swigCPtr, index, __vector_NumInt32Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
    public static __vector_NumInt32Image Repeat(__NumInt32Image value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.__vector_NumInt32Image_Repeat(__NumInt32Image.getCPtr(value), count);
        __vector_NumInt32Image ret = (cPtr == IntPtr.Zero) ? null : new __vector_NumInt32Image(cPtr, true);

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

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