#include <histogram.h>
|
| | LinearHistogram2D (size_t n[2], Vec2d _low, Vec2d _high) |
| | LinearHistogram2D (size_t nx, size_t ny, Vec2d _low, Vec2d _high) |
| virtual void | addValue (Vec2d value, double weight=1.) |
| void | addValueLinearInterpolate (Vec2d value, double weight=1.) |
| void | operator+= (LinearHistogram2D &other) |
| void | operator-= (LinearHistogram2D &other) |
| void | writeBovAscii (const char *filename, int index, const char *datafilename) |
| | 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) |
Definition at line 177 of file histogram.h.
◆ LinearHistogram2D() [1/2]
| LinearHistogram2D::LinearHistogram2D |
( |
size_t | n[2], |
|
|
Vec2d | _low, |
|
|
Vec2d | _high ) |
|
inline |
◆ LinearHistogram2D() [2/2]
| LinearHistogram2D::LinearHistogram2D |
( |
size_t | nx, |
|
|
size_t | ny, |
|
|
Vec2d | _low, |
|
|
Vec2d | _high ) |
|
inline |
◆ addValue()
| virtual void LinearHistogram2D::addValue |
( |
Vec2d | value, |
|
|
double | weight = 1. ) |
|
inlinevirtual |
◆ addValueLinearInterpolate()
| void LinearHistogram2D::addValueLinearInterpolate |
( |
Vec2d | value, |
|
|
double | weight = 1. ) |
|
inline |
◆ operator+=()
◆ operator-=()
◆ writeBovAscii()
| void LinearHistogram2D::writeBovAscii |
( |
const char * | filename, |
|
|
int | index, |
|
|
const char * | datafilename ) |
◆ high
| Vec2d LinearHistogram2D::high |
|
private |
◆ low
| Vec2d LinearHistogram2D::low |
|
private |
The documentation for this class was generated from the following files: