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

#include <histogram.h>

Inheritance diagram for LogHistogram2D:
Collaboration diagram for LogHistogram2D:

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

Detailed Description

Definition at line 344 of file histogram.h.

Constructor & Destructor Documentation

◆ LogHistogram2D()

LogHistogram2D::LogHistogram2D ( size_t n[2],
Vec2d _low,
Vec2d _high )
inlineprivate

Definition at line 350 of file histogram.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ addValue()

virtual void LogHistogram2D::addValue ( Vec2d value,
double weight = 1. )
inlineprivatevirtual

Implements Histogram2D.

Definition at line 354 of file histogram.h.

◆ operator+=()

void LogHistogram2D::operator+= ( LogHistogram2D & other)
private

Definition at line 322 of file histogram.cpp.

Here is the call graph for this function:

◆ operator-=()

void LogHistogram2D::operator-= ( LogHistogram2D & other)
private

Definition at line 339 of file histogram.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ high

Vec2d LogHistogram2D::high
private

Definition at line 348 of file histogram.h.

◆ low

Vec2d LogHistogram2D::low
private

Definition at line 348 of file histogram.h.


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