#include <stat.h>
Data Fields | |
guint64 | max |
guint64 | min |
guint64 | mean |
guint | nb_val |
Definition at line 41 of file stat.h.
guint64 histo_infos_t::max |
Definition at line 43 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), do_pixbuf_1D_from_histo1D(), do_pixbuf_2D_from_histo2D(), make_pixbufs_from_histos(), realize_some_numerical_stat(), and statw_export_to_pcv_clicked().
guint64 histo_infos_t::mean |
Definition at line 45 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), and realize_some_numerical_stat().
guint64 histo_infos_t::min |
Definition at line 44 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), realize_some_numerical_stat(), and statw_export_to_pcv_clicked().
guint histo_infos_t::nb_val |
Definition at line 46 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), and realize_some_numerical_stat().