示例#1
0
 public __vector_OrdInt16Image(__vector_OrdInt16Image other) : this(VisionLabPINVOKE.new___vector_OrdInt16Image__SWIG_1(__vector_OrdInt16Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public __vector_OrdInt16ImageEnumerator(__vector_OrdInt16Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
示例#3
0
 public void SetRange(int index, __vector_OrdInt16Image values)
 {
     VisionLabPINVOKE.__vector_OrdInt16Image_SetRange(swigCPtr, index, __vector_OrdInt16Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
    public static __vector_OrdInt16Image Repeat(__OrdInt16Image value, int count)
    {
        IntPtr cPtr = VisionLabPINVOKE.__vector_OrdInt16Image_Repeat(__OrdInt16Image.getCPtr(value), count);
        __vector_OrdInt16Image ret = (cPtr == IntPtr.Zero) ? null : new __vector_OrdInt16Image(cPtr, true);

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

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