public __NumComplexDoubleImage(__NumComplexDoubleImage image) : this(VisionLabPINVOKE.new___NumComplexDoubleImage__SWIG_3(__NumComplexDoubleImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, __NumComplexDoubleImage properties)
 {
     VisionLabPINVOKE.__NumComplexDoubleImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumComplexDoubleImage.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(__NumComplexDoubleImage image)
    {
        bool ret = VisionLabPINVOKE.__NumComplexDoubleImage_Not(swigCPtr, __NumComplexDoubleImage.getCPtr(image));

        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 __NumComplexDoubleImage Assign_Op(__NumComplexDoubleImage image)
    {
        __NumComplexDoubleImage ret = new __NumComplexDoubleImage(VisionLabPINVOKE.__NumComplexDoubleImage_Assign_Op__SWIG_0(swigCPtr, __NumComplexDoubleImage.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static void Multiply(__NumComplexDoubleImage image, SWIGTYPE_p_std__complexT_double_t pixel) {
   VisionLabPINVOKE.Multiply__SWIG_29(__NumComplexDoubleImage.getCPtr(image), SWIGTYPE_p_std__complexT_double_t.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumComplexDoubleImage dest, __NumComplexDoubleImage source) {
   VisionLabPINVOKE.Multiply__SWIG_28(__NumComplexDoubleImage.getCPtr(dest), __NumComplexDoubleImage.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumComplexDoubleImage image, __NumComplexDoubleImage divider) {
   VisionLabPINVOKE.Divide__SWIG_28(__NumComplexDoubleImage.getCPtr(image), __NumComplexDoubleImage.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumComplexDoubleImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void Resize(HeightWidth hw, __NumComplexDoubleImage properties) {
   VisionLabPINVOKE.__NumComplexDoubleImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumComplexDoubleImage.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
示例#11
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumComplexDoubleImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public __NumComplexDoubleImage(__NumComplexDoubleImage image) : this(VisionLabPINVOKE.new___NumComplexDoubleImage__SWIG_3(__NumComplexDoubleImage.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__NumComplexDoubleImage obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumComplexDoubleImage image) {
   bool ret = VisionLabPINVOKE.__NumComplexDoubleImage_Not(swigCPtr, __NumComplexDoubleImage.getCPtr(image));
   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 __NumComplexDoubleImage Assign_Op(__NumComplexDoubleImage image) {
   __NumComplexDoubleImage ret = new __NumComplexDoubleImage(VisionLabPINVOKE.__NumComplexDoubleImage_Assign_Op__SWIG_0(swigCPtr, __NumComplexDoubleImage.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }