#include <stat.h>
Data Fields | |
guint64 | histo1D [256] |
guint64 | histo2D [256][256] |
histo_infos_t * | infos_1D |
histo_infos_t * | infos_2D |
GdkPixbuf * | pixbuf_1D |
GdkPixbuf * | pixbuf_2D |
Definition at line 52 of file stat.h.
guint64 stat_t::histo1D[256] |
Definition at line 54 of file stat.h.
Referenced by calc_infos_histo_1D(), calc_infos_histo_2D(), do_pixbuf_1D_from_histo1D(), init_stats_histos(), and populate_stats_histos().
guint64 stat_t::histo2D[256][256] |
Definition at line 55 of file stat.h.
Referenced by calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), init_stats_histos(), and populate_stats_histos().
Definition at line 56 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().
Definition at line 57 of file stat.h.
Referenced by calc_infos_histo_2D(), do_pixbuf_2D_from_histo2D(), heraia_plugin_init(), make_pixbufs_from_histos(), and realize_some_numerical_stat().
GdkPixbuf* stat_t::pixbuf_1D |
Definition at line 58 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 |
Definition at line 59 of file stat.h.
Referenced by do_pixbuf_2D_from_histo2D(), histo_radiobutton_toggled(), init_stats_pixbufs(), and populate_stats_histos().