public static void ThresholdMulti(Int16Image image, SWIGTYPE_p_std__setT_short_t selectSet) {
   VisionLabPINVOKE.ThresholdMulti__SWIG_3(Int16Image.getCPtr(image), SWIGTYPE_p_std__setT_short_t.getCPtr(selectSet));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void SetMultiToValueLUT(Int16Image image, SWIGTYPE_p_std__setT_short_t selectSet, short value) {
   VisionLabPINVOKE.SetMultiToValueLUT__SWIG_3(Int16Image.getCPtr(image), SWIGTYPE_p_std__setT_short_t.getCPtr(selectSet), value);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static SWIGTYPE_p_std__setT_short_t VectorToSet_short(vector_short v) {
   SWIGTYPE_p_std__setT_short_t ret = new SWIGTYPE_p_std__setT_short_t(VisionLabPINVOKE.VectorToSet_short(vector_short.getCPtr(v)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_short_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_short_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_short_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }