plot_qscore_histogram.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 
27  void plot_qscore_histogram(model::metrics::run_metrics& metrics,
28  const model::plot::filter_options& options,
29  model::plot::plot_data<model::plot::bar_point>& data,
30  const size_t boundary=0)
31  INTEROP_THROW_SPEC(( model::invalid_read_exception,
32  model::index_out_of_bounds_exception,
33  model::invalid_filter_option));
34 
35 }}}}
36 
Definition: enum_description.h:15
#define INTEROP_THROW_SPEC(SPEC)
Definition: exception_specification.h:15
void plot_qscore_histogram(model::metrics::run_metrics &metrics, const model::plot::filter_options &options, model::plot::plot_data< model::plot::bar_point > &data, const size_t boundary) INTEROP_THROW_SPEC((model
Definition: plot_qscore_histogram.cpp:147