#include <bu.h>
Data Fields | |
long | magic |
magic # for id/check | |
fastf_t | hg_min |
minimum value | |
fastf_t | hg_max |
maximum value | |
fastf_t | hg_clumpsize |
(max-min+1)/nbins+1 | |
long | hg_nsamples |
total number of samples spread into histogram | |
long | hg_nbins |
# of bins in hg_bins[] | |
long * | hg_bins |
array of counters |
B U _ H I S T
Definition at line 952 of file bu.h.
|
magic # for id/check
Definition at line 953 of file bu.h. Referenced by bu_hist_free(), and bu_hist_init(). |
|
minimum value
Definition at line 954 of file bu.h. Referenced by bu_hist_init(). |
|
maximum value
Definition at line 955 of file bu.h. Referenced by bu_hist_init(). |
|
(max-min+1)/nbins+1
Definition at line 956 of file bu.h. Referenced by bu_hist_init(). |
|
total number of samples spread into histogram
Definition at line 957 of file bu.h. Referenced by bu_hist_init(). |
|
# of bins in hg_bins[]
Definition at line 958 of file bu.h. Referenced by bu_hist_free(), and bu_hist_init(). |
|
array of counters
Definition at line 959 of file bu.h. Referenced by bu_hist_free(), and bu_hist_init(). |