#include <AveragedStructureSelfCorrelation.h>

Public Member Functions | |
| AveragedStructureSelfCorrelation () | |
| ~AveragedStructureSelfCorrelation () | |
| void | SetClusterCriterion (glotzcluster::ClusterCriterion *) |
| void | SetShapeDescriptor (glotzcluster::ShapeDescriptor *) |
| void | SetMethod (int) |
| void | SetTimeWindow (int) |
| void | AddNextSnapshot (SystemSnapshot *) |
| void | Print (std::ostream &) |
| glotzmath::FunctionOfTime & | GetData () |
Protected Attributes | |
| glotzcluster::ClusterCriterion * | mClusterCriterion |
| glotzcluster::ShapeDescriptor * | mShapeDescriptor |
| int | mMethod |
| glotzutil::ManagedList < glotzcluster::ShapeDescriptor * > | mReferenceShapeDescriptor |
| int | mTimeWindow |
| std::deque < StructureSelfCorrelationAnalysis * > | mReferenceSSCA |
| glotzmath::FunctionOfTime | mAveragedStructureSelfCorrelation |
| glotzdynanalysis::AveragedStructureSelfCorrelation::AveragedStructureSelfCorrelation | ( | ) |
| glotzdynanalysis::AveragedStructureSelfCorrelation::~AveragedStructureSelfCorrelation | ( | ) |
| void glotzdynanalysis::AveragedStructureSelfCorrelation::SetClusterCriterion | ( | glotzcluster::ClusterCriterion * | ca | ) |
| void glotzdynanalysis::AveragedStructureSelfCorrelation::SetShapeDescriptor | ( | glotzcluster::ShapeDescriptor * | sd | ) |
| void glotzdynanalysis::AveragedStructureSelfCorrelation::SetMethod | ( | int | m | ) |
| void glotzdynanalysis::AveragedStructureSelfCorrelation::SetTimeWindow | ( | int | window | ) |
| void glotzdynanalysis::AveragedStructureSelfCorrelation::AddNextSnapshot | ( | SystemSnapshot * | currentSnapshot | ) | [virtual] |
Reimplemented from glotzdynanalysis::DynamicsAnalysis.
| void glotzdynanalysis::AveragedStructureSelfCorrelation::Print | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from glotzdynanalysis::DynamicsAnalysis.
| glotzmath::FunctionOfTime & glotzdynanalysis::AveragedStructureSelfCorrelation::GetData | ( | ) |
glotzcluster::ClusterCriterion* glotzdynanalysis::AveragedStructureSelfCorrelation::mClusterCriterion [protected] |
glotzcluster::ShapeDescriptor* glotzdynanalysis::AveragedStructureSelfCorrelation::mShapeDescriptor [protected] |
int glotzdynanalysis::AveragedStructureSelfCorrelation::mMethod [protected] |
glotzutil::ManagedList<glotzcluster::ShapeDescriptor*> glotzdynanalysis::AveragedStructureSelfCorrelation::mReferenceShapeDescriptor [protected] |
int glotzdynanalysis::AveragedStructureSelfCorrelation::mTimeWindow [protected] |
std::deque<StructureSelfCorrelationAnalysis*> glotzdynanalysis::AveragedStructureSelfCorrelation::mReferenceSSCA [protected] |
glotzmath::FunctionOfTime glotzdynanalysis::AveragedStructureSelfCorrelation::mAveragedStructureSelfCorrelation [protected] |
1.5.3