public __NumRGB161616Image(__NumRGB161616Image image) : this(VisionLabPINVOKE.new___NumRGB161616Image__SWIG_3(__NumRGB161616Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 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();
     }
 }
    public bool Not(__NumRGB161616Image image)
    {
        bool ret = VisionLabPINVOKE.__NumRGB161616Image_Not(swigCPtr, __NumRGB161616Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    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);
    }
    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);
    }
 public static void Multiply(__NumRGB161616Image image, RGB161616Pixel pixel) {
   VisionLabPINVOKE.Multiply__SWIG_13(__NumRGB161616Image.getCPtr(image), RGB161616Pixel.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Multiply(__NumRGB161616Image dest, __NumRGB161616Image source) {
   VisionLabPINVOKE.Multiply__SWIG_12(__NumRGB161616Image.getCPtr(dest), __NumRGB161616Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Divide(__NumRGB161616Image image, __NumRGB161616Image divider) {
   VisionLabPINVOKE.Divide__SWIG_12(__NumRGB161616Image.getCPtr(image), __NumRGB161616Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumRGB161616Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public __NumRGB161616Image(__NumRGB161616Image image) : this(VisionLabPINVOKE.new___NumRGB161616Image__SWIG_3(__NumRGB161616Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 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();
 }
 internal static HandleRef getCPtr(__NumRGB161616Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public bool Not(__NumRGB161616Image image) {
   bool ret = VisionLabPINVOKE.__NumRGB161616Image_Not(swigCPtr, __NumRGB161616Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 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;
 }
 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;
 }
Exemplo n.º 16
0
 internal static HandleRef getCPtr(__NumRGB161616Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }