![]() |
Object-oriented Scientific Computing Library: Version 0.908
|
A histogram grid specification. More...
#include <hist_grid.h>
This class is used to specify a grid for the histogram classes built upon hist_base. Since all constructors are private, use hist_base::grid_size() and other related functions to create a histogram grid object.
Definition at line 37 of file hist_grid.h.
Data Fields | |
double | start |
The low-side of the first bin. | |
double | end |
The high-side of the last bin. | |
double | size |
The size of each bin. | |
size_t | n |
The number of bins. | |
bool | log |
If true, use a logarithmic scale. | |
Private Member Functions | |
hist_grid () | |
Ensure this class is not instantiated by the end-user. | |
Friends | |
class | hist_base |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information). Project hosting by |
|