#include <AveragedSquaredDisplacement.h>

Public Member Functions | |
| AveragedSquaredDisplacement () | |
| ~AveragedSquaredDisplacement () | |
| void | SetTimeWindow (int) |
| void | AddNextSnapshot (SystemSnapshot *) |
| void | Print (std::ostream &) |
| glotzmath::FunctionOfTime & | GetData () |
Protected Attributes | |
| int | mTimeWindow |
| std::deque < SystemSnapshot * > | mReferenceSnapshot |
| glotzmath::FunctionOfTime | mAveragedSquaredDisplacement |
| glotzdynanalysis::AveragedSquaredDisplacement::AveragedSquaredDisplacement | ( | ) |
| glotzdynanalysis::AveragedSquaredDisplacement::~AveragedSquaredDisplacement | ( | ) |
| void glotzdynanalysis::AveragedSquaredDisplacement::SetTimeWindow | ( | int | window | ) |
| void glotzdynanalysis::AveragedSquaredDisplacement::AddNextSnapshot | ( | SystemSnapshot * | currentSnapshot | ) | [virtual] |
Reimplemented from glotzdynanalysis::DynamicsAnalysis.
| void glotzdynanalysis::AveragedSquaredDisplacement::Print | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from glotzdynanalysis::DynamicsAnalysis.
| glotzmath::FunctionOfTime & glotzdynanalysis::AveragedSquaredDisplacement::GetData | ( | ) |
int glotzdynanalysis::AveragedSquaredDisplacement::mTimeWindow [protected] |
std::deque<SystemSnapshot*> glotzdynanalysis::AveragedSquaredDisplacement::mReferenceSnapshot [protected] |
Reimplemented from glotzdynanalysis::DynamicsAnalysis.
glotzmath::FunctionOfTime glotzdynanalysis::AveragedSquaredDisplacement::mAveragedSquaredDisplacement [protected] |
1.5.3