Exemplo n.º 1
0
        public layout_type fiducial_layout()
        {
            layout_type ret = (layout_type)c_csharp_metricsPINVOKE.registration_metric_header_fiducial_layout(swigCPtr);

            return(ret);
        }
Exemplo n.º 2
0
 public registration_metric_header(ushort channel_count, point2d_vector fiducial_locations, layout_type fiducial_layout) : this(c_csharp_metricsPINVOKE.new_registration_metric_header__SWIG_1(channel_count, point2d_vector.getCPtr(fiducial_locations), (int)fiducial_layout), true)
 {
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public registration_metric_header(ushort channel_count, ushort subregion_count, layout_type fiducial_layout) : this(c_csharp_metricsPINVOKE.new_registration_metric_header__SWIG_2(channel_count, subregion_count, (int)fiducial_layout), true)
 {
 }
Exemplo n.º 4
0
 public static void create_imaging_table_columns(string_vector channels, bool_vector filled, imaging_column_vector columns, uint registration_sub_region_count, layout_type fiducial_layout)
 {
     c_csharp_tablePINVOKE.create_imaging_table_columns__SWIG_0(string_vector.getCPtr(channels), bool_vector.getCPtr(filled), imaging_column_vector.getCPtr(columns), registration_sub_region_count, (int)fiducial_layout);
     if (c_csharp_tablePINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_tablePINVOKE.SWIGPendingException.Retrieve();
     }
 }