Go to the source code of this file.
|
struct | StatisticsPoint< T > |
| This class stores statistical values for a given spatial position; to be used in combination with StatisticsVector. More...
|
|
◆ CG_TYPE
enum used to store the type of coarse-graining function used
Enumerator |
---|
HeavisideSphere | |
Gaussian | |
Polynomial | |
@ HeavisideSphere
Definition: StatisticsPoint.h:32
@ Polynomial
Definition: StatisticsPoint.h:32
@ Gaussian
Definition: StatisticsPoint.h:32
◆ operator<<()
template<StatType T>
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const StatisticsPoint< T > & |
stat |
|
) |
| |