bu_hist Struct Reference
[Histogram SupportHistogram Support]

histogram support More...

#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


Detailed Description

histogram support

B U _ H I S T

Definition at line 952 of file bu.h.


Field Documentation

long magic
 

magic # for id/check

Definition at line 953 of file bu.h.

Referenced by bu_hist_free(), and bu_hist_init().

fastf_t hg_min
 

minimum value

Definition at line 954 of file bu.h.

Referenced by bu_hist_init().

fastf_t hg_max
 

maximum value

Definition at line 955 of file bu.h.

Referenced by bu_hist_init().

fastf_t hg_clumpsize
 

(max-min+1)/nbins+1

Definition at line 956 of file bu.h.

Referenced by bu_hist_init().

long hg_nsamples
 

total number of samples spread into histogram

Definition at line 957 of file bu.h.

Referenced by bu_hist_init().

long hg_nbins
 

# of bins in hg_bins[]

Definition at line 958 of file bu.h.

Referenced by bu_hist_free(), and bu_hist_init().

long* hg_bins
 

array of counters

Definition at line 959 of file bu.h.

Referenced by bu_hist_free(), and bu_hist_init().


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:10 2006 for BRL-CAD by  doxygen 1.4.6