Exemplo n.º 1
0
        public SWIGTYPE_p_std__setT_int_t getIgnoreReadings()
        {
            global::System.IntPtr      cPtr = AriaCSPINVOKE.ArLaser_getIgnoreReadings(swigCPtr);
            SWIGTYPE_p_std__setT_int_t ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_std__setT_int_t(cPtr, false);

            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_int_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_int_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public static void ThresholdMulti(Int32Image image, SWIGTYPE_p_std__setT_int_t selectSet) {
   VisionLabPINVOKE.ThresholdMulti__SWIG_4(Int32Image.getCPtr(image), SWIGTYPE_p_std__setT_int_t.getCPtr(selectSet));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void SetMultiToValueLUT(Int32Image image, SWIGTYPE_p_std__setT_int_t selectSet, int value) {
   VisionLabPINVOKE.SetMultiToValueLUT__SWIG_4(Int32Image.getCPtr(image), SWIGTYPE_p_std__setT_int_t.getCPtr(selectSet), value);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static SWIGTYPE_p_std__setT_int_t VectorToSet_int(vector_int v) {
   SWIGTYPE_p_std__setT_int_t ret = new SWIGTYPE_p_std__setT_int_t(VisionLabPINVOKE.VectorToSet_int(vector_int.getCPtr(v)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_int_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 8
0
        public SWIGTYPE_p_std__setT_int_t findPendingItems(string item)
        {
            SWIGTYPE_p_std__setT_int_t ret = new SWIGTYPE_p_std__setT_int_t(AriaCSPINVOKE.ArSoundsQueue_findPendingItems(swigCPtr, item), true);

            return(ret);
        }