Ejemplo n.º 1
0
        public bool supports_section(plot_types plot_type, info info)
        {
            bool ret = c_csharp_plotPINVOKE.filter_options_supports_section(swigCPtr, (int)plot_type, info.getCPtr(info));

            if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
        public bool supports_read(metric_type metric_type, plot_types plot_type)
        {
            bool ret = c_csharp_plotPINVOKE.filter_options_supports_read(swigCPtr, (int)metric_type, (int)plot_type);

            return(ret);
        }
Ejemplo n.º 3
0
        public bool supports_all_reads(plot_types plot_type)
        {
            bool ret = c_csharp_plotPINVOKE.filter_options_supports_all_reads(swigCPtr, (int)plot_type);

            return(ret);
        }