public void set_normalizer_type(ENormalizerType type) { modshogunPINVOKE.KernelNormalizer_set_normalizer_type(swigCPtr, (int)type); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public ENormalizerType get_normalizer_type() { ENormalizerType ret = (ENormalizerType)modshogunPINVOKE.KernelNormalizer_get_normalizer_type(swigCPtr); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public void set_normalizer_type(ENormalizerType type) { modshogunPINVOKE.KernelNormalizer_set_normalizer_type(swigCPtr, (int)type); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }