#include <CalibrationDataContainer.h>
Public Member Functions | |
Bin (unsigned int dimension, double *low, double *up) | |
Bin (const Bin &other) | |
unsigned int | getDimension () const |
bool | contains (double *x) const |
double | getUpperBound (unsigned int dim) const |
double | getLowerBound (unsigned int dim) const |
Helper class for the specification of custom binning. This is a very simple class, containing only the bin specification and associated access methods.