internal static HandleRef getCPtr(SWIGTYPE_p_CameraT_JL_VisionLib_V3__ColorImageT_JL_VisionLib_V3__RGB888Pixel_t_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 2
0
 public static int SnapOnSoftTrigger(SWIGTYPE_p_CameraT_JL_VisionLib_V3__ColorImageT_JL_VisionLib_V3__RGB888Pixel_t_t cam, XYCoord c1, XYCoord c2, RGB888Pixel low, RGB888Pixel high, int minPixels, RGB888Image image) {
   int ret = VisionLabPINVOKE.SnapOnSoftTrigger__SWIG_3(SWIGTYPE_p_CameraT_JL_VisionLib_V3__ColorImageT_JL_VisionLib_V3__RGB888Pixel_t_t.getCPtr(cam), XYCoord.getCPtr(c1), XYCoord.getCPtr(c2), RGB888Pixel.getCPtr(low), RGB888Pixel.getCPtr(high), minPixels, RGB888Image.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_CameraT_JL_VisionLib_V3__ColorImageT_JL_VisionLib_V3__RGB888Pixel_t_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }