BRL-CAD

#include <hist.h>

Data Fields

uint32_t magic
 
fastf_t hg_min
 
fastf_t hg_max
 
fastf_t hg_clumpsize
 
size_t hg_nsamples
 
size_t hg_nbins
 
long * hg_bins
 

Detailed Description

histogram support

Definition at line 49 of file hist.h.

Field Documentation

◆ magic

uint32_t magic

magic # for id/check

Definition at line 50 of file hist.h.

◆ hg_min

fastf_t hg_min

minimum value

Definition at line 51 of file hist.h.

◆ hg_max

fastf_t hg_max

maximum value

Definition at line 52 of file hist.h.

◆ hg_clumpsize

fastf_t hg_clumpsize

(max-min+1)/nbins+1

Definition at line 53 of file hist.h.

◆ hg_nsamples

size_t hg_nsamples

total number of samples spread into histogram

Definition at line 54 of file hist.h.

◆ hg_nbins

size_t hg_nbins

of bins in hg_bins[]

Definition at line 55 of file hist.h.

◆ hg_bins

long* hg_bins

array of counters

Definition at line 56 of file hist.h.


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