public Mask_Double(Mask_Double mask) : this(VisionLabPINVOKE.new_Mask_Double__SWIG_1(Mask_Double.getCPtr(mask)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(Mask_Double mask)
    {
        bool ret = VisionLabPINVOKE.Mask_Double_Not(swigCPtr, Mask_Double.getCPtr(mask));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public Mask_Double Assign_Op(Mask_Double mask)
    {
        Mask_Double ret = new Mask_Double(VisionLabPINVOKE.Mask_Double_Assign_Op(swigCPtr, Mask_Double.getCPtr(mask)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static Mask_Double StrToMask_Double(string str) {
   Mask_Double ret = new Mask_Double(VisionLabPINVOKE.StrToMask_Double(str), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static string MaskToStr(Mask_Double mask) {
   string ret = VisionLabPINVOKE.MaskToStr__SWIG_6(Mask_Double.getCPtr(mask));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void Convolution(DoubleImage src, DoubleImage dest, double divideFactor, FixEdge edge, Mask_Double mask) {
   VisionLabPINVOKE.Convolution__SWIG_7(DoubleImage.getCPtr(src), DoubleImage.getCPtr(dest), divideFactor, (int)edge, Mask_Double.getCPtr(mask));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Mask_Double obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(Mask_Double obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public Mask_Double Assign_Op(Mask_Double mask) {
   Mask_Double ret = new Mask_Double(VisionLabPINVOKE.Mask_Double_Assign_Op(swigCPtr, Mask_Double.getCPtr(mask)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public bool Not(Mask_Double mask) {
   bool ret = VisionLabPINVOKE.Mask_Double_Not(swigCPtr, Mask_Double.getCPtr(mask));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public Mask_Double(Mask_Double mask) : this(VisionLabPINVOKE.new_Mask_Double__SWIG_1(Mask_Double.getCPtr(mask)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(Mask_Double obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }