Public Member Functions | Public Attributes

Histogram::Interval Struct Reference

List of all members.

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 194 of file histogram.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

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


Member Data Documentation

Left bound of the interval.

Definition at line 214 of file histogram.h.

Right bound of the interval.

Definition at line 219 of file histogram.h.

Number of values in this interval.

Definition at line 225 of file histogram.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Wed May 23 2012 06:08:27 by doxygen 1.7.3