Heraia  0.1.8
stat_t Struct Reference

This is the stat structure. More...

#include <stat.h>

Collaboration diagram for stat_t:

Data Fields

guint64 histo1D [256]
 The values for the 1D histogram. More...
 
guint64 histo2D [256][256]
 The values for the 2D histogram. More...
 
histo_infos_tinfos_1D
 stores mathematical datas on the histogram (1D) More...
 
histo_infos_tinfos_2D
 stores mathematical datas on the histogram (2D) More...
 
GdkPixbuf * pixbuf_1D
 Pixbuf to be displayed (1D) More...
 
GdkPixbuf * pixbuf_2D
 Pixbuf to be displayed (2D) More...
 
gchar * dirname
 last openned directory where files were saved More...
 

Detailed Description

This is the stat structure.

Definition at line 57 of file stat.h.

Field Documentation

gchar* stat_t::dirname

last openned directory where files were saved

Definition at line 65 of file stat.h.

Referenced by heraia_plugin_init(), and stat_select_file_to_save().

guint64 stat_t::histo2D[256][256]
histo_infos_t* stat_t::infos_1D

stores mathematical datas on the histogram (1D)

Definition at line 61 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().

histo_infos_t* stat_t::infos_2D

stores mathematical datas on the histogram (2D)

Definition at line 62 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 63 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 64 of file stat.h.

Referenced by do_pixbuf_2D_from_histo2D(), histo_radiobutton_toggled(), init_stats_pixbufs(), and populate_stats_histos().


The documentation for this struct was generated from the following file: