plot_sample_qc.h
Go to the documentation of this file.
1 
8 #pragma once
9 
15 
16 namespace illumina { namespace interop { namespace logic { namespace plot
17 {
18 
19 
27  void plot_sample_qc(model::metrics::run_metrics &metrics,
28  const size_t lane,
29  model::plot::plot_data <model::plot::bar_point> &data)
30  INTEROP_THROW_SPEC((model::index_out_of_bounds_exception, std::bad_alloc));
31 
32 
33 }}}}
34 
Definition: enum_description.h:15
#define INTEROP_THROW_SPEC(SPEC)
Definition: exception_specification.h:15
void plot_sample_qc(model::metrics::run_metrics &metrics, const size_t lane, model::plot::plot_data< model::plot::bar_point > &data)
Definition: plot_sample_qc.cpp:80