Exemple #1
0
 public vector_vector_Int32Image(vector_vector_Int32Image other) : this(VisionLabPINVOKE.new_vector_vector_Int32Image__SWIG_1(vector_vector_Int32Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public vector_vector_Int32ImageEnumerator(vector_vector_Int32Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemple #3
0
 public void SetRange(int index, vector_vector_Int32Image values)
 {
     VisionLabPINVOKE.vector_vector_Int32Image_SetRange(swigCPtr, index, vector_vector_Int32Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
    public static vector_vector_Int32Image Repeat(vector_Int32Image value, int count)
    {
        global::System.IntPtr    cPtr = VisionLabPINVOKE.vector_vector_Int32Image_Repeat(vector_Int32Image.getCPtr(value), count);
        vector_vector_Int32Image ret  = (cPtr == global::System.IntPtr.Zero) ? null : new vector_vector_Int32Image(cPtr, true);

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

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