50 #ifndef __LIBGPIV_POST_UTILS_H__ 51 #define __LIBGPIV_POST_UTILS_H__ 104 const gchar *GNUPLOT_DISPLAY_COLOR,
105 const gint GNUPLOT_DISPLAY_SIZE
186 const gchar *GNUPLOT_DISPLAY_COLOR,
187 const gint GNUPLOT_DISPLAY_SIZE
gchar * gpiv_histo_gnuplot(const gchar *fname_out, const gchar *title, const gchar *GNUPLOT_DISPLAY_COLOR, const gint GNUPLOT_DISPLAY_SIZE)
Plots histogram on screen with gnuplot.
void gpiv_histo(const GpivPivData *data, GpivBinData *klass)
Calculates histogram from GpivPivData (NOT from GpivScalarData!!).
gchar * gpiv_scalar_gnuplot(const gchar *fname_out, const gchar *title, const gchar *GNUPLOT_DISPLAY_COLOR, const gint GNUPLOT_DISPLAY_SIZE)
Graphical output with gnuplot for scalar data.
Holds scalar data, mostly derived from __GpivPivData.
void gpiv_null_scdata(GpivScalarData *scal_data)
Sets all elements of sc_data structure to NULL.
GpivBinData * gpiv_alloc_bindata(const guint nbins)
Allocates memory for GpivBinData.
void gpiv_null_bindata(GpivBinData *bin_data)
Sets all elements of bin_data structure to NULL.
Holds the variables of PIV data.
GpivScalarData * gpiv_alloc_scdata(const gint nx, const gint ny)
Allocates memory for GpivScalarData.
void gpiv_free_scdata(GpivScalarData *scal_data)
Frees memory for GpivScalarData.
void gpiv_free_bindata(GpivBinData *bin_data)
Frees memory for GpivBinData.
Used for making up histograms in bins or klasses.
void gpiv_cumhisto(const GpivPivData *data, GpivBinData *klass)
Calculates cumulative histogram from GpivPivData (NOT from GpivScalarData!!).