Example #1
0
 public imaging_table_id_less(imaging_table table) : this(c_csharp_tablePINVOKE.new_imaging_table_id_less(imaging_table.getCPtr(table)), true)
 {
     if (c_csharp_tablePINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_tablePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public static void create_imaging_table(run_metrics metrics, imaging_table table)
 {
     c_csharp_tablePINVOKE.create_imaging_table(run_metrics.getCPtr(metrics), imaging_table.getCPtr(table));
     if (c_csharp_tablePINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_tablePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(imaging_table obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }