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

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

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

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #6
0
 public static void Multiply(__NumInt16Image image, short pixel) {
   VisionLabPINVOKE.Multiply__SWIG_7(__NumInt16Image.getCPtr(image), pixel);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #7
0
 public static void Multiply(__NumInt16Image dest, __NumInt16Image source) {
   VisionLabPINVOKE.Multiply__SWIG_6(__NumInt16Image.getCPtr(dest), __NumInt16Image.getCPtr(source));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #8
0
 public static void Divide(__NumInt16Image image, __NumInt16Image divider) {
   VisionLabPINVOKE.Divide__SWIG_6(__NumInt16Image.getCPtr(image), __NumInt16Image.getCPtr(divider));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__NumInt16Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #10
0
 public __OrdInt16Image(__NumInt16Image image) : this(VisionLabPINVOKE.new___OrdInt16Image__SWIG_4(__NumInt16Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #11
0
 internal static HandleRef getCPtr(__NumInt16Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #12
0
 public virtual void Resize(HeightWidth hw, __NumInt16Image properties) {
   VisionLabPINVOKE.__NumInt16Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __NumInt16Image.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #13
0
 internal static HandleRef getCPtr(__NumInt16Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #14
0
 public bool Not(__NumInt16Image image) {
   bool ret = VisionLabPINVOKE.__NumInt16Image_Not(swigCPtr, __NumInt16Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #15
0
 public __NumInt16Image Assign_Op(short pixel) {
   __NumInt16Image ret = new __NumInt16Image(VisionLabPINVOKE.__NumInt16Image_Assign_Op__SWIG_1(swigCPtr, pixel), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #16
0
 public __NumInt16Image Assign_Op(__NumInt16Image image) {
   __NumInt16Image ret = new __NumInt16Image(VisionLabPINVOKE.__NumInt16Image_Assign_Op__SWIG_0(swigCPtr, __NumInt16Image.getCPtr(image)), false);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }