public void SetPixel(int x, int y, SWIGTYPE_p_std__complexT_double_t value)
 {
     VisionLabPINVOKE.__NumComplexDoubleImage_SetPixel(swigCPtr, x, y, SWIGTYPE_p_std__complexT_double_t.getCPtr(value));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetMaskValue(int x, int y, SWIGTYPE_p_std__complexT_double_t v)
 {
     VisionLabPINVOKE.Mask_ComplexDouble_SetMaskValue(swigCPtr, x, y, SWIGTYPE_p_std__complexT_double_t.getCPtr(v));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public XYCoord GetXYCoord(SWIGTYPE_p_std__complexT_double_t ptr)
    {
        XYCoord ret = new XYCoord(VisionLabPINVOKE.__NumComplexDoubleImage_GetXYCoord(swigCPtr, SWIGTYPE_p_std__complexT_double_t.getCPtr(ptr)), true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public __NumComplexDoubleImage Assign_Op(SWIGTYPE_p_std__complexT_double_t pixel)
    {
        __NumComplexDoubleImage ret = new __NumComplexDoubleImage(VisionLabPINVOKE.__NumComplexDoubleImage_Assign_Op__SWIG_1(swigCPtr, SWIGTYPE_p_std__complexT_double_t.getCPtr(pixel)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public Mask_ComplexDouble(int height, int width, int orgX, int orgY, SWIGTYPE_p_std__complexT_double_t v) : this(VisionLabPINVOKE.new_Mask_ComplexDouble__SWIG_4(height, width, orgX, orgY, SWIGTYPE_p_std__complexT_double_t.getCPtr(v)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }