Object-oriented Scientific Computing Library: Version 0.908
Data Fields | Private Member Functions | Friends
hist_grid Class Reference

A histogram grid specification. More...

#include <hist_grid.h>


Detailed Description

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

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information). Project hosting by Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads .