コード例 #1
0
 public static int PixelPtrTabFromImage(ComplexDoubleImage image, SWIGTYPE_p_std__vectorT_std__complexT_double_t_p_t tab, SWIGTYPE_p_std__complexT_double_t low, SWIGTYPE_p_std__complexT_double_t high) {
   int ret = VisionLabPINVOKE.PixelPtrTabFromImage__SWIG_29(ComplexDoubleImage.getCPtr(image), SWIGTYPE_p_std__vectorT_std__complexT_double_t_p_t.getCPtr(tab), SWIGTYPE_p_std__complexT_double_t.getCPtr(low), SWIGTYPE_p_std__complexT_double_t.getCPtr(high));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__complexT_double_t_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__complexT_double_t_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__complexT_double_t_p_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }