示例#1
0
 public __vector_NumInt16Image(__vector_NumInt16Image other) : this(VisionLabPINVOKE.new___vector_NumInt16Image__SWIG_1(__vector_NumInt16Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public __vector_NumInt16ImageEnumerator(__vector_NumInt16Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
示例#3
0
 public void SetRange(int index, __vector_NumInt16Image values)
 {
     VisionLabPINVOKE.__vector_NumInt16Image_SetRange(swigCPtr, index, __vector_NumInt16Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
    public static __vector_NumInt16Image Repeat(__NumInt16Image value, int count)
    {
        global::System.IntPtr  cPtr = VisionLabPINVOKE.__vector_NumInt16Image_Repeat(__NumInt16Image.getCPtr(value), count);
        __vector_NumInt16Image ret  = (cPtr == global::System.IntPtr.Zero) ? null : new __vector_NumInt16Image(cPtr, true);

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

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