Reference documentation for deal.II version GIT relicensing-224-gc660c0d696 2024-03-28 18:40:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Histogram::Interval Struct Reference

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
 

Detailed Description

Structure denoting one interval.

Definition at line 185 of file histogram.h.

Constructor & Destructor Documentation

◆ Interval()

Histogram::Interval::Interval ( const double  left_point,
const double  right_point 
)

Constructor. Sets the bounds and sets the number of values in this interval to zero.

Definition at line 37 of file histogram.cc.

Member Function Documentation

◆ memory_consumption()

std::size_t Histogram::Interval::memory_consumption ( ) const

Determine an estimate for the memory consumption (in bytes) of this object.

Definition at line 46 of file histogram.cc.

Member Data Documentation

◆ left_point

double Histogram::Interval::left_point

Left bound of the interval.

Definition at line 203 of file histogram.h.

◆ right_point

double Histogram::Interval::right_point

Right bound of the interval.

Definition at line 208 of file histogram.h.

◆ content

unsigned int Histogram::Interval::content

Number of values in this interval.

Definition at line 213 of file histogram.h.


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