public Mask_ComplexDouble(Mask_ComplexDouble mask) : this(VisionLabPINVOKE.new_Mask_ComplexDouble__SWIG_1(Mask_ComplexDouble.getCPtr(mask)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool IsEqual_Op(Mask_ComplexDouble mask)
    {
        bool ret = VisionLabPINVOKE.Mask_ComplexDouble_IsEqual_Op(swigCPtr, Mask_ComplexDouble.getCPtr(mask));

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

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(Mask_ComplexDouble obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }