Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
LogHistogram1D Class Reference

#include <histogram.h>

Inheritance diagram for LogHistogram1D:
Collaboration diagram for LogHistogram1D:

Public Member Functions

 LogHistogram1D (size_t n, double _low, double _high)
virtual void addValue (double value)
Public Member Functions inherited from Histogram1D
 Histogram1D (size_t n)
 ~Histogram1D ()
void mpi_reduce ()
void save (const char *filename) const
void load (const char *filename)
virtual void saveAscii (const char *filename) const
double operator() (int x)

Private Attributes

double low
double high

Additional Inherited Members

Protected Attributes inherited from Histogram1D
size_t num_bins
double * bins

Detailed Description

Definition at line 106 of file histogram.h.

Constructor & Destructor Documentation

◆ LogHistogram1D()

LogHistogram1D::LogHistogram1D ( size_t n,
double _low,
double _high )
inline

Definition at line 109 of file histogram.h.

Here is the call graph for this function:

Member Function Documentation

◆ addValue()

virtual void LogHistogram1D::addValue ( double value)
inlinevirtual

Implements Histogram1D.

Definition at line 112 of file histogram.h.

Member Data Documentation

◆ high

double LogHistogram1D::high
private

Definition at line 129 of file histogram.h.

◆ low

double LogHistogram1D::low
private

Definition at line 129 of file histogram.h.


The documentation for this class was generated from the following file: