|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <histogram.h>


Private Member Functions | |
| LogHistogram2D (size_t n[2], Vec2d _low, Vec2d _high) | |
| virtual void | addValue (Vec2d value, double weight=1.) |
| void | operator+= (LogHistogram2D &other) |
| void | operator-= (LogHistogram2D &other) |
Private Attributes | |
| Vec2d | low |
| Vec2d | high |
Additional Inherited Members | |
| Public Member Functions inherited from Histogram2D | |
| Histogram2D (size_t n[2]) | |
| ~Histogram2D () | |
| void | mpi_reduce () |
| void | save (const char *filename) const |
| void | load (const char *filename) |
| double | operator() (int x, int y) |
| Protected Attributes inherited from Histogram2D | |
| size_t | num_bins [2] |
| double * | bins |
Definition at line 344 of file histogram.h.
Definition at line 350 of file histogram.h.


|
inlineprivatevirtual |
Implements Histogram2D.
Definition at line 354 of file histogram.h.
|
private |
|
private |
|
private |
Definition at line 348 of file histogram.h.
|
private |
Definition at line 348 of file histogram.h.