示例#1
0
 public NumRGB161616Image(NumRGB161616Image image) : this(VisionLabPINVOKE.new_NumRGB161616Image__SWIG_3(NumRGB161616Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public virtual void Resize(HeightWidth hw, NumRGB161616Image properties)
 {
     VisionLabPINVOKE.NumRGB161616Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumRGB161616Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
    public bool Not(NumRGB161616Image image)
    {
        bool ret = VisionLabPINVOKE.NumRGB161616Image_Not(swigCPtr, NumRGB161616Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#4
0
    public NumRGB161616Image Assign_Op(RGB161616Pixel pixel)
    {
        NumRGB161616Image ret = new NumRGB161616Image(VisionLabPINVOKE.NumRGB161616Image_Assign_Op__SWIG_1(swigCPtr, RGB161616Pixel.getCPtr(pixel)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#5
0
    public NumRGB161616Image Assign_Op(NumRGB161616Image image)
    {
        NumRGB161616Image ret = new NumRGB161616Image(VisionLabPINVOKE.NumRGB161616Image_Assign_Op__SWIG_0(swigCPtr, NumRGB161616Image.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#6
0
 internal static HandleRef getCPtr(NumRGB161616Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }