コード例 #1
0
 public __NumComplexFloatImage(__NumComplexFloatImage image) : this(VisionLabPINVOKE.new___NumComplexFloatImage__SWIG_3(__NumComplexFloatImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public virtual void Resize(HeightWidth hw, __NumComplexFloatImage properties)
 {
     VisionLabPINVOKE.__NumComplexFloatImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumComplexFloatImage.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
    public bool Not(__NumComplexFloatImage image)
    {
        bool ret = VisionLabPINVOKE.__NumComplexFloatImage_Not(swigCPtr, __NumComplexFloatImage.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #4
0
    public __NumComplexFloatImage Assign_Op(SWIGTYPE_p_std__complexT_float_t pixel)
    {
        __NumComplexFloatImage ret = new __NumComplexFloatImage(VisionLabPINVOKE.__NumComplexFloatImage_Assign_Op__SWIG_1(swigCPtr, SWIGTYPE_p_std__complexT_float_t.getCPtr(pixel)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #5
0
    public __NumComplexFloatImage Assign_Op(__NumComplexFloatImage image)
    {
        __NumComplexFloatImage ret = new __NumComplexFloatImage(VisionLabPINVOKE.__NumComplexFloatImage_Assign_Op__SWIG_0(swigCPtr, __NumComplexFloatImage.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #6
0
 public static void Multiply(__NumComplexFloatImage image, SWIGTYPE_p_std__complexT_float_t pixel) {
   VisionLabPINVOKE.Multiply__SWIG_27(__NumComplexFloatImage.getCPtr(image), SWIGTYPE_p_std__complexT_float_t.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #7
0
 public static void Multiply(__NumComplexFloatImage dest, __NumComplexFloatImage source) {
   VisionLabPINVOKE.Multiply__SWIG_26(__NumComplexFloatImage.getCPtr(dest), __NumComplexFloatImage.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #8
0
 public static void Divide(__NumComplexFloatImage image, __NumComplexFloatImage divider) {
   VisionLabPINVOKE.Divide__SWIG_26(__NumComplexFloatImage.getCPtr(image), __NumComplexFloatImage.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumComplexFloatImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #10
0
 public virtual void Resize(HeightWidth hw, __NumComplexFloatImage properties) {
   VisionLabPINVOKE.__NumComplexFloatImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumComplexFloatImage.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #11
0
 internal static HandleRef getCPtr(__NumComplexFloatImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #12
0
 public __NumComplexFloatImage(__NumComplexFloatImage image) : this(VisionLabPINVOKE.new___NumComplexFloatImage__SWIG_3(__NumComplexFloatImage.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #13
0
 internal static HandleRef getCPtr(__NumComplexFloatImage obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #14
0
 public bool Not(__NumComplexFloatImage image) {
   bool ret = VisionLabPINVOKE.__NumComplexFloatImage_Not(swigCPtr, __NumComplexFloatImage.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #15
0
 public __NumComplexFloatImage Assign_Op(SWIGTYPE_p_std__complexT_float_t pixel) {
   __NumComplexFloatImage ret = new __NumComplexFloatImage(VisionLabPINVOKE.__NumComplexFloatImage_Assign_Op__SWIG_1(swigCPtr, SWIGTYPE_p_std__complexT_float_t.getCPtr(pixel)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #16
0
 public __NumComplexFloatImage Assign_Op(__NumComplexFloatImage image) {
   __NumComplexFloatImage ret = new __NumComplexFloatImage(VisionLabPINVOKE.__NumComplexFloatImage_Assign_Op__SWIG_0(swigCPtr, __NumComplexFloatImage.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }