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


Public Member Functions | |
| LinearHistogram3D (size_t n[3], Vec3d _low, Vec3d _high) | |
| virtual void | addValue (Vec3d value) |
| Vec3d | coords_for_cell (Vec3d cell) |
| void | operator+= (LinearHistogram3D &other) |
| void | operator-= (LinearHistogram3D &other) |
| void | writeBovAscii (const char *filename, int index, const char *datafilename) |
| void | readBov (const char *filename) |
| Public Member Functions inherited from Histogram3D | |
| Histogram3D (size_t n[3]) | |
| ~Histogram3D () | |
| void | mpi_reduce () |
| void | save (const char *filename) const |
| void | load (const char *filename) |
| double | operator() (int x, int y, int z) |
Private Attributes | |
| Vec3d | low |
| Vec3d | high |
Additional Inherited Members | |
| Protected Attributes inherited from Histogram3D | |
| size_t | num_bins [3] |
| float * | bins |
Definition at line 425 of file histogram.h.
Definition at line 428 of file histogram.h.


|
inlinevirtual |
Implements Histogram3D.
Definition at line 432 of file histogram.h.
Definition at line 451 of file histogram.h.
| void LinearHistogram3D::operator+= | ( | LinearHistogram3D & | other | ) |

| void LinearHistogram3D::operator-= | ( | LinearHistogram3D & | other | ) |

| void LinearHistogram3D::readBov | ( | const char * | filename | ) |
| void LinearHistogram3D::writeBovAscii | ( | const char * | filename, |
| int | index, | ||
| const char * | datafilename ) |
|
private |
Definition at line 466 of file histogram.h.
|
private |
Definition at line 466 of file histogram.h.