public void getCurves(SWIGTYPE_p_rtengine__NoiseCurve lCurve, SWIGTYPE_p_rtengine__NoiseCurve cCurve)
 {
     libPhotoAssistantImageProcessingPINVOKE.DirPyrDenoiseParams_getCurves(swigCPtr, SWIGTYPE_p_rtengine__NoiseCurve.getCPtr(lCurve), SWIGTYPE_p_rtengine__NoiseCurve.getCPtr(cCurve));
     if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
     {
         throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_rtengine__NoiseCurve obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }