StatisticsPoint.h File Reference

Go to the source code of this file.

Classes

struct  StatisticsPoint< T >
 This class stores statistical values for a given spatial position; to be used in combination with StatisticsVector. More...
 

Enumerations

enum  CG_TYPE { HeavisideSphere , Gaussian , Polynomial }
 enum used to store the type of coarse-graining function used More...
 

Functions

template<StatType T>
std::ostream & operator<< (std::ostream &os, const StatisticsPoint< T > &stat)
 

Enumeration Type Documentation

◆ CG_TYPE

enum CG_TYPE

enum used to store the type of coarse-graining function used

Enumerator
HeavisideSphere 
Gaussian 
Polynomial 
31 {
33 };
@ HeavisideSphere
Definition: StatisticsPoint.h:32
@ Polynomial
Definition: StatisticsPoint.h:32
@ Gaussian
Definition: StatisticsPoint.h:32

Function Documentation

◆ operator<<()

template<StatType T>
std::ostream& operator<< ( std::ostream &  os,
const StatisticsPoint< T > &  stat 
)