Exemple #1
0
 public base_color_matrix_metrics(color_matrix_metric_header header) : this(c_csharp_metricsPINVOKE.new_base_color_matrix_metrics__SWIG_2(color_matrix_metric_header.getCPtr(header)), true)
 {
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public base_color_matrix_metrics(vector_color_matrix_metrics vec, short version, color_matrix_metric_header header) : this(c_csharp_metricsPINVOKE.new_base_color_matrix_metrics__SWIG_4(vector_color_matrix_metrics.getCPtr(vec), version, color_matrix_metric_header.getCPtr(header)), true)
 {
     if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
        public new static color_matrix_metric_header default_header()
        {
            color_matrix_metric_header ret = new color_matrix_metric_header(c_csharp_metricsPINVOKE.color_matrix_metric_header_default_header(), true);

            return(ret);
        }
Exemple #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(color_matrix_metric_header obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }