public static SWIGTYPE_p_std__setT_double_t VectorToSet_double(vector_double v) {
   SWIGTYPE_p_std__setT_double_t ret = new SWIGTYPE_p_std__setT_double_t(VisionLabPINVOKE.VectorToSet_double(vector_double.getCPtr(v)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void SetMultiToValue(DoubleImage image, SWIGTYPE_p_std__setT_double_t selectSet, double value) {
   VisionLabPINVOKE.SetMultiToValue__SWIG_6(DoubleImage.getCPtr(image), SWIGTYPE_p_std__setT_double_t.getCPtr(selectSet), value);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_double_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_double_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_double_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }