コード例 #1
0
 public static void plot_run_diagnostics_by_cycle(run_metrics metrics, filter_options options, candle_stick_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_run_diagnostics_by_cycle(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public static void plot_by_lane(run_metrics metrics, metric_type type, filter_options options, candle_stick_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_by_lane__SWIG_1(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public static void plot_event_by_event_type(run_metrics metrics, filter_options options, candle_stick_plot_data data, bool save_outliers)
 {
     c_csharp_plotPINVOKE.plot_event_by_event_type__SWIG_0(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data), save_outliers);
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
 public static void plot_distortion(run_metrics metrics, filter_options options, uint distortion_curve_index, candle_stick_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_distortion(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), distortion_curve_index, candle_stick_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #5
0
 public static void plot_subtile_aggregate(run_metrics metrics, string metric_name, filter_options options, candle_stick_plot_data data_x, candle_stick_plot_data data_y)
 {
     c_csharp_plotPINVOKE.plot_subtile_aggregate__SWIG_1(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data_x), candle_stick_plot_data.getCPtr(data_y));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #6
0
 public static void plot_by_cycle(run_metrics metrics, string metric_name, filter_options options, candle_stick_plot_data data, bool skip_empty)
 {
     c_csharp_plotPINVOKE.plot_by_cycle__SWIG_2(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data), skip_empty);
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(candle_stick_plot_data obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }