public AndreasenHugeVolatilityAdapter(AndreasenHugeVolatilityInterpl volInterpl) : this(NQuantLibcPINVOKE.new_AndreasenHugeVolatilityAdapter__SWIG_1(AndreasenHugeVolatilityInterpl.getCPtr(volInterpl)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(AndreasenHugeVolatilityInterpl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }