MercuryDPM
0.10
|
#include "MD.h"
#include "MatrixSymmetric.h"
#include <string.h>
#include <fstream>
#include <math.h>
#include "Polynomial.h"
#include "StatisticsPoint.h"
#include "StatisticsPoint.hcc"
#include "StatisticsVector.hcc"
Go to the source code of this file.
Classes | |
class | StatisticsVector< T > |
This class is used to extract statistical data from MD simulations. More... | |
Enumerations | |
enum | StatType { O, X, Y, Z, XY, XZ, YZ, XYZ, RAZ, RZ, AZ, RA, R, A } |
Creates averaged statistics (only valid if density field is homogenous along averaged direction) More... | |
enum StatType |
Creates averaged statistics (only valid if density field is homogenous along averaged direction)
Enumerator | |
---|---|
O | |
X | |
Y | |
Z | |
XY | |
XZ | |
YZ | |
XYZ | |
RAZ | |
RZ | |
AZ | |
RA | |
R | |
A |
Definition at line 34 of file StatisticsVector.h.