Example #1
0
        public static distortion_type parse_distortion_type(string name)
        {
            distortion_type ret = (distortion_type)c_csharp_runPINVOKE.parse_distortion_type(name);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public static string to_string(distortion_type value)
        {
            string ret = c_csharp_runPINVOKE.to_string__SWIG_16((int)value);

            return(ret);
        }