internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_char_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public static void ThresholdMulti(Int8Image image, SWIGTYPE_p_std__setT_char_t selectSet) {
   VisionLabPINVOKE.ThresholdMulti__SWIG_2(Int8Image.getCPtr(image), SWIGTYPE_p_std__setT_char_t.getCPtr(selectSet));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void SetMultiToValueLUT(Int8Image image, SWIGTYPE_p_std__setT_char_t selectSet, char value) {
   VisionLabPINVOKE.SetMultiToValueLUT__SWIG_2(Int8Image.getCPtr(image), SWIGTYPE_p_std__setT_char_t.getCPtr(selectSet), value);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static SWIGTYPE_p_std__setT_char_t VectorToSet_char(vector_char v) {
   SWIGTYPE_p_std__setT_char_t ret = new SWIGTYPE_p_std__setT_char_t(VisionLabPINVOKE.VectorToSet_char(vector_char.getCPtr(v)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
示例#5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_char_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_char_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }