public ImplicitWeightedSpecFeatures(ImplicitWeightedSpecFeatures orig) : this(modshogunPINVOKE.new_ImplicitWeightedSpecFeatures__SWIG_3(ImplicitWeightedSpecFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(ImplicitWeightedSpecFeatures obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }