Reference documentation for deal.II version 9.2.0
|
Public Member Functions | |
Interval (const double left_point, const double right_point) | |
std::size_t | memory_consumption () const |
Public Attributes | |
double | left_point |
double | right_point |
unsigned int | content |
Structure denoting one interval.
Definition at line 187 of file histogram.h.
Constructor. Sets the bounds and sets the number of values in this interval to zero.
Definition at line 38 of file histogram.cc.
std::size_t Histogram::Interval::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object.
Definition at line 47 of file histogram.cc.
double Histogram::Interval::left_point |
Left bound of the interval.
Definition at line 205 of file histogram.h.
double Histogram::Interval::right_point |
Right bound of the interval.
Definition at line 210 of file histogram.h.
unsigned int Histogram::Interval::content |
Number of values in this interval.
Definition at line 215 of file histogram.h.