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

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

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

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