예제 #1
0
 public void set_normalizer_type(ENormalizerType type)
 {
     modshogunPINVOKE.KernelNormalizer_set_normalizer_type(swigCPtr, (int)type);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
    public ENormalizerType get_normalizer_type()
    {
        ENormalizerType ret = (ENormalizerType)modshogunPINVOKE.KernelNormalizer_get_normalizer_type(swigCPtr);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
예제 #3
0
 public void set_normalizer_type(ENormalizerType type) {
   modshogunPINVOKE.KernelNormalizer_set_normalizer_type(swigCPtr, (int)type);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }