MercuryDPM
Beta
|
Go to the source code of this file.
Classes | |
class | StatisticsVector< T > |
This class is used to extract statistical data from MD simulations. More... | |
struct | StatisticsPoint< T > |
This class stores statistical values for a given spatial position; to be used in combination with StatisticsVector. More... | |
struct | StatisticsPoint< T > |
This class stores statistical values for a given spatial position; to be used in combination with StatisticsVector. More... | |
Enumerations | |
enum | CG { 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) |
enum CG |
enum used to store the type of coarse-graining function used
Enumerator | |
---|---|
HeavisideSphere | |
Gaussian | |
Polynomial |
Definition at line 30 of file StatisticsPoint.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const StatisticsPoint< T > & | stat | ||
) |