SPH
|
Point in the histogram. More...
#include <Analysis.h>
Public Member Functions | |
bool | operator== (const HistPoint &other) const |
Public Attributes | |
Float | value |
Value of the quantity. More... | |
Size | count |
Number of particles/components. More... | |
Point in the histogram.
Definition at line 277 of file Analysis.h.
bool Post::HistPoint::operator== | ( | const HistPoint & | other | ) | const |
Definition at line 572 of file Analysis.cpp.
Size Post::HistPoint::count |
Number of particles/components.
Definition at line 282 of file Analysis.h.
Float Post::HistPoint::value |
Value of the quantity.
Definition at line 279 of file Analysis.h.