public vector_char(vector_char other) : this(VisionLabPINVOKE.new_vector_char__SWIG_1(vector_char.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public vector_charEnumerator(vector_char collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, vector_char values)
 {
     VisionLabPINVOKE.vector_char_SetRange(swigCPtr, index, vector_char.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public static vector_char Repeat(char value, int count)
    {
        IntPtr      cPtr = VisionLabPINVOKE.vector_char_Repeat(value, count);
        vector_char ret  = (cPtr == IntPtr.Zero) ? null : new vector_char(cPtr, true);

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

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static void LUT(Int8Image image, char minPixel, vector_char tab) {
   VisionLabPINVOKE.LUT__SWIG_5(Int8Image.getCPtr(image), minPixel, vector_char.getCPtr(tab));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static SWIGTYPE_p_std__setT_char_t VectorToSet_char(vector_char v) {
   SWIGTYPE_p_std__setT_char_t ret = new SWIGTYPE_p_std__setT_char_t(VisionLabPINVOKE.VectorToSet_char(vector_char.getCPtr(v)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void ResampleLine(Int8Image image, Coord2D start, Coord2D end, int nrPixels, vector_Coord2D cTab, vector_char pTab) {
   VisionLabPINVOKE.ResampleLine__SWIG_3(Int8Image.getCPtr(image), Coord2D.getCPtr(start), Coord2D.getCPtr(end), nrPixels, vector_Coord2D.getCPtr(cTab), vector_char.getCPtr(pTab));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(vector_char obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vector_char obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }