public static void getDefaultCCWCurve(SWIGTYPE_p_std__vectorT_double_t curve)
 {
     libPhotoAssistantImageProcessingPINVOKE.WaveletParams_getDefaultCCWCurve(SWIGTYPE_p_std__vectorT_double_t.getCPtr(curve));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
    public static double root_sum_square(SWIGTYPE_p_std__vectorT_double_t x)
    {
        double ret = CoolPropPINVOKE.root_sum_square(SWIGTYPE_p_std__vectorT_double_t.getCPtr(x));

        if (CoolPropPINVOKE.SWIGPendingException.Pending)
        {
            throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public MultitaskKernelPlifNormalizer(SWIGTYPE_p_std__vectorT_double_t support_, SWIGTYPE_p_std__vectorT_int_t task_vector) : this(modshogunPINVOKE.new_MultitaskKernelPlifNormalizer__SWIG_1(SWIGTYPE_p_std__vectorT_double_t.getCPtr(support_), SWIGTYPE_p_std__vectorT_int_t.getCPtr(task_vector)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void slidersToCurve(SWIGTYPE_p_std__vectorT_double_t colorCurve, SWIGTYPE_p_std__vectorT_double_t opacityCurve)
 {
     libPhotoAssistantImageProcessingPINVOKE.ColorToningParams_slidersToCurve(swigCPtr, SWIGTYPE_p_std__vectorT_double_t.getCPtr(colorCurve), SWIGTYPE_p_std__vectorT_double_t.getCPtr(opacityCurve));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #5
0
    public static double interp1d(SWIGTYPE_p_std__vectorT_double_t x, SWIGTYPE_p_std__vectorT_double_t y, double x0)
    {
        double ret = CoolPropPINVOKE.interp1d(SWIGTYPE_p_std__vectorT_double_t.getCPtr(x), SWIGTYPE_p_std__vectorT_double_t.getCPtr(y), x0);

        return(ret);
    }