public int load(string fname, SWIGTYPE_p_ParamsEdited pedited)
        {
            int ret = libPhotoAssistantImageProcessingPINVOKE.ProcParams_load__SWIG_0(swigCPtr, fname, SWIGTYPE_p_ParamsEdited.getCPtr(pedited));

            if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
            {
                throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public PartialProfile(ProcParams pp, SWIGTYPE_p_ParamsEdited pe) : this(libPhotoAssistantImageProcessingPINVOKE.new_PartialProfile__SWIG_4(ProcParams.getCPtr(pp), SWIGTYPE_p_ParamsEdited.getCPtr(pe)), true)
 {
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ParamsEdited obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }