This is the stat structure. More...
#include <stat.h>
Data Fields | |
guint64 | histo1D [256] |
The values for the 1D histogram. | |
guint64 | histo2D [256][256] |
The values for the 2D histogram. | |
histo_infos_t * | infos_1D |
stores mathematical datas on the histogram (1D) | |
histo_infos_t * | infos_2D |
stores mathematical datas on the histogram (2D) | |
GdkPixbuf * | pixbuf_1D |
Pixbuf to be displayed (1D). | |
GdkPixbuf * | pixbuf_2D |
Pixbuf to be displayed (2D). | |
gchar * | dirname |
last openned directory where files were saved |
This is the stat structure.
Definition at line 56 of file stat.h.
gchar* stat_t::dirname |
last openned directory where files were saved
Definition at line 64 of file stat.h.
Referenced by heraia_plugin_init(), and stat_select_file_to_save().
guint64 stat_t::histo1D[256] |
The values for the 1D histogram.
Definition at line 58 of file stat.h.
Referenced by calc_infos_histo_1D(), do_pixbuf_1D_from_histo1D(), init_stats_histos(), populate_stats_histos(), statw_export_to_csv_clicked(), statw_export_to_gnuplot_clicked(), and statw_export_to_pcv_clicked().
guint64 stat_t::histo2D[256][256] |
The values for the 2D histogram.
Definition at line 59 of file stat.h.
Referenced by calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), init_stats_histos(), populate_stats_histos(), statw_export_to_csv_clicked(), statw_export_to_gnuplot_clicked(), and statw_export_to_pcv_clicked().
stores mathematical datas on the histogram (1D)
Definition at line 60 of file stat.h.
Referenced by calc_infos_histo_1D(), do_pixbuf_1D_from_histo1D(), heraia_plugin_init(), make_pixbufs_from_histos(), and realize_some_numerical_stat().
stores mathematical datas on the histogram (2D)
Definition at line 61 of file stat.h.
Referenced by calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), heraia_plugin_init(), make_pixbufs_from_histos(), realize_some_numerical_stat(), and statw_export_to_pcv_clicked().
GdkPixbuf* stat_t::pixbuf_1D |
Pixbuf to be displayed (1D).
Definition at line 62 of file stat.h.
Referenced by do_pixbuf_1D_from_histo1D(), histo_radiobutton_toggled(), init_stats_pixbufs(), and populate_stats_histos().
GdkPixbuf* stat_t::pixbuf_2D |
Pixbuf to be displayed (2D).
Definition at line 63 of file stat.h.
Referenced by do_pixbuf_2D_from_histo2D(), histo_radiobutton_toggled(), init_stats_pixbufs(), and populate_stats_histos().