OpenMD 3.1
Molecular Dynamics in the Open
|
Public Member Functions | |
SystemCCF (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
![]() | |
CrossCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2, int storageLayout) | |
CrossCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
![]() | |
MultipassCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2, int storageLayout) | |
virtual void | doCorrelate () |
const std::string & | getCorrFuncType () const |
void | setCorrFuncType (const std::string &type) |
void | setParameterString (const std::string ¶ms) |
void | setLabelString (const std::string &label) |
![]() | |
void | setOutputName (const std::string &filename) |
const std::string & | getOutputFileName () const |
![]() | |
TimeCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
virtual void | doCorrelate () |
const std::string & | getCorrFuncType () const |
void | setCorrFuncType (const std::string &type) |
void | setParameterString (const std::string ¶ms) |
void | setLabelString (const std::string &label) |
Protected Member Functions | |
virtual void | computeProperty1 (int frame)=0 |
virtual void | computeProperty2 (int frame)=0 |
virtual T | calcCorrVal (int frame1, int frame2)=0 |
virtual int | computeProperty1 (int, Molecule *) |
virtual int | computeProperty1 (int, StuntDouble *) |
virtual int | computeProperty1 (int, Bond *) |
virtual int | computeProperty2 (int, Molecule *) |
virtual int | computeProperty2 (int, StuntDouble *) |
virtual int | computeProperty2 (int, Bond *) |
T | calcCorrVal (int, int, int, int) |
![]() | |
virtual void | preCorrelate () |
virtual void | correlation () |
virtual void | postCorrelate () |
virtual void | computeFrame (int frame) |
virtual void | validateSelection (SelectionManager &seleMan) |
virtual void | correlateFrames (int frame1, int frame2, int timeBin) |
virtual void | writeCorrelate () |
void | writeCorrelate () |
void | writeCorrelate () |
![]() | |
virtual void | preCorrelate () |
virtual void | correlation () |
virtual void | postCorrelate () |
virtual void | computeFrame (int frame) |
virtual void | validateSelection (SelectionManager &seleMan) |
virtual void | correlateFrames (int frame1, int frame2, int timeBin) |
virtual void | writeCorrelate () |
void | writeCorrelate () |
void | writeCorrelate () |
Definition at line 207 of file TimeCorrFunc.hpp.
OpenMD::SystemCCF< T >::SystemCCF | ( | SimInfo * | info, |
const std::string & | filename, | ||
const std::string & | sele1, | ||
const std::string & | sele2 ) |
Definition at line 531 of file TimeCorrFunc.cpp.
|
protectedpure virtual |
Implements OpenMD::TimeCorrFunc< T >.
|
inlineprotectedvirtual |
Implements OpenMD::MultipassCorrFunc< T >.
Definition at line 225 of file TimeCorrFunc.hpp.
|
protectedpure virtual |
Implements OpenMD::CrossCorrFunc< T >.
|
inlineprotectedvirtual |
Implements OpenMD::CrossCorrFunc< T >.
Definition at line 219 of file TimeCorrFunc.hpp.
|
inlineprotectedvirtual |
Implements OpenMD::CrossCorrFunc< T >.
Definition at line 217 of file TimeCorrFunc.hpp.
|
inlineprotectedvirtual |
Implements OpenMD::CrossCorrFunc< T >.
Definition at line 218 of file TimeCorrFunc.hpp.
|
protectedpure virtual |
Implements OpenMD::CrossCorrFunc< T >.
|
inlineprotectedvirtual |
Implements OpenMD::CrossCorrFunc< T >.
Definition at line 223 of file TimeCorrFunc.hpp.
|
inlineprotectedvirtual |
Implements OpenMD::CrossCorrFunc< T >.
Definition at line 221 of file TimeCorrFunc.hpp.
|
inlineprotectedvirtual |
Implements OpenMD::CrossCorrFunc< T >.
Definition at line 222 of file TimeCorrFunc.hpp.