internal static global::System.Runtime.InteropServices.HandleRef getCPtr(HestonSLVFokkerPlanckFdmParams obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public HestonSLVFDMModel(LocalVolTermStructure localVol, HestonModel model, Date endDate, HestonSLVFokkerPlanckFdmParams params_) : this(NQuantLibcPINVOKE.new_HestonSLVFDMModel__SWIG_2(LocalVolTermStructure.getCPtr(localVol), HestonModel.getCPtr(model), Date.getCPtr(endDate), HestonSLVFokkerPlanckFdmParams.getCPtr(params_)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }