public vector_CamROI(vector_CamROI other) : this(VisionLabPINVOKE.new_vector_CamROI__SWIG_1(vector_CamROI.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public vector_CamROIEnumerator(vector_CamROI collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public virtual void SetROIsTab(vector_CamROI tab)
 {
     VisionLabPINVOKE.CameraBase_SetROIsTab(swigCPtr, vector_CamROI.getCPtr(tab));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetRange(int index, vector_CamROI values)
 {
     VisionLabPINVOKE.vector_CamROI_SetRange(swigCPtr, index, vector_CamROI.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public virtual vector_CamROI GetROIsTab()
    {
        vector_CamROI ret = new vector_CamROI(VisionLabPINVOKE.CameraBase_GetROIsTab(swigCPtr), true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public static vector_CamROI Repeat(CamROI value, int count)
    {
        IntPtr        cPtr = VisionLabPINVOKE.vector_CamROI_Repeat(CamROI.getCPtr(value), count);
        vector_CamROI ret  = (cPtr == IntPtr.Zero) ? null : new vector_CamROI(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public vector_CamROI GetRange(int index, int count)
    {
        IntPtr        cPtr = VisionLabPINVOKE.vector_CamROI_GetRange(swigCPtr, index, count);
        vector_CamROI ret  = (cPtr == IntPtr.Zero) ? null : new vector_CamROI(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static vector_CamROI StrToCamROIsTab(string str) {
   vector_CamROI ret = new vector_CamROI(VisionLabPINVOKE.StrToCamROIsTab(str), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static string CamROIsTabToStr(vector_CamROI tab) {
   string ret = VisionLabPINVOKE.CamROIsTabToStr(vector_CamROI.getCPtr(tab));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(vector_CamROI obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual vector_CamROI GetROIsTab() {
   vector_CamROI ret = new vector_CamROI(VisionLabPINVOKE.CameraBase_GetROIsTab(swigCPtr), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public virtual void SetROIsTab(vector_CamROI tab) {
   VisionLabPINVOKE.CameraBase_SetROIsTab(swigCPtr, vector_CamROI.getCPtr(tab));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vector_CamROI obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }