示例#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
 internal static HandleRef getCPtr(NumComplexFloatImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }