public Int16Image(__NumInt16Image image) : this(VisionLabPINVOKE.new_Int16Image__SWIG_4(__NumInt16Image.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public bool Not(__NumInt16Image image) { bool ret = VisionLabPINVOKE.__NumInt16Image_Not(swigCPtr, __NumInt16Image.getCPtr(image)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
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); }
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); }
public static void Multiply(__NumInt16Image image, short pixel) { VisionLabPINVOKE.Multiply__SWIG_7(__NumInt16Image.getCPtr(image), pixel); if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); }
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(); }
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(); }
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); }
public __OrdInt16Image(__NumInt16Image image) : this(VisionLabPINVOKE.new___OrdInt16Image__SWIG_4(__NumInt16Image.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(__NumInt16Image obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
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(); }
internal static HandleRef getCPtr(__NumInt16Image obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public bool Not(__NumInt16Image image) { bool ret = VisionLabPINVOKE.__NumInt16Image_Not(swigCPtr, __NumInt16Image.getCPtr(image)); if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); return ret; }
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; }
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; }