コード例 #1
0
 public NumComplexDoubleImage(NumComplexDoubleImage image) : this(VisionLabPINVOKE.new_NumComplexDoubleImage__SWIG_3(NumComplexDoubleImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 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();
     }
 }
コード例 #3
0
    public bool Not(NumComplexDoubleImage image)
    {
        bool ret = VisionLabPINVOKE.NumComplexDoubleImage_Not(swigCPtr, NumComplexDoubleImage.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #4
0
    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);
    }
コード例 #5
0
    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);
    }
コード例 #6
0
 internal static HandleRef getCPtr(NumComplexDoubleImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }