public static SWIGTYPE_p_std__setT_float_t VectorToSet_float(vector_float v) {
   SWIGTYPE_p_std__setT_float_t ret = new SWIGTYPE_p_std__setT_float_t(VisionLabPINVOKE.VectorToSet_float(vector_float.getCPtr(v)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void SetMultiToValue(FloatImage image, SWIGTYPE_p_std__setT_float_t selectSet, float value) {
   VisionLabPINVOKE.SetMultiToValue__SWIG_5(FloatImage.getCPtr(image), SWIGTYPE_p_std__setT_float_t.getCPtr(selectSet), value);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_float_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_float_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_float_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }