예제 #1
0
 public void assign(uint n, bar_series val)
 {
     c_csharp_plotPINVOKE.bar_plot_data_assign(swigCPtr, n, bar_series.getCPtr(val));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public void push_back(bar_series val)
 {
     c_csharp_plotPINVOKE.bar_plot_data_push_back(swigCPtr, bar_series.getCPtr(val));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
        public bar_series at(uint index)
        {
            bar_series ret = new bar_series(c_csharp_plotPINVOKE.bar_plot_data_at(swigCPtr, index), false);

            if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(bar_series obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }