|
| StressCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) |
|
| SystemACF (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) |
|
| AutoCorrFunc (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2, int storageLayout) |
|
| AutoCorrFunc (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) |
|
|
virtual int | computeProperty1 (int, Molecule *) |
|
virtual int | computeProperty1 (int, StuntDouble *) |
|
virtual int | computeProperty1 (int, Bond *) |
|
Mat3x3d | calcCorrVal (int, int, int, int) |
|
virtual void | computeProperty2 (int) |
|
virtual int | computeProperty2 (int, Molecule *) |
|
virtual int | computeProperty2 (int, StuntDouble *) |
|
virtual int | computeProperty2 (int, Bond *) |
|
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 () |
|
int | storageLayout_ |
|
RealType | deltaTime_ |
|
unsigned int | nTimeBins_ |
|
int | nFrames_ |
|
std::vector< Mat3x3d > | histogram_ |
|
std::vector< int > | count_ |
|
std::vector< RealType > | times_ |
|
bool | uniqueSelections_ |
|
SimInfo * | info_ |
|
DumpReader * | reader_ |
|
std::string | dumpFilename_ |
|
SelectionManager | seleMan1_ |
|
SelectionManager | seleMan2_ |
|
Snapshot * | currentSnapshot_ |
|
std::string | selectionScript1_ |
|
std::string | selectionScript2_ |
|
SelectionEvaluator | evaluator1_ |
|
SelectionEvaluator | evaluator2_ |
|
bool | autoCorrFunc_ |
|
std::string | corrFuncType_ |
|
std::string | paramString_ |
|
std::string | labelString_ |
|
std::vector< std::vector< int > > | sele1ToIndex_ |
|
std::vector< std::vector< int > > | sele2ToIndex_ |
|
ProgressBar * | progressBar_ |
|
std::string | outputFilename_ |
|
RealType | deltaTime_ |
|
unsigned int | nTimeBins_ |
|
int | nFrames_ |
|
std::vector< Mat3x3d > | histogram_ |
|
std::vector< int > | count_ |
|
std::vector< RealType > | times_ |
|
SimInfo * | info_ |
|
DumpReader * | reader_ |
|
std::string | dumpFilename_ |
|
SelectionManager | seleMan1_ |
|
SelectionManager | seleMan2_ |
|
Snapshot * | currentSnapshot_ |
|
std::string | selectionScript1_ |
|
std::string | selectionScript2_ |
|
SelectionEvaluator | evaluator1_ |
|
SelectionEvaluator | evaluator2_ |
|
bool | uniqueSelections_ |
|
bool | autoCorrFunc_ |
|
bool | doSystemProperties_ |
|
bool | doMolecularProperties_ |
|
bool | doObjectProperties_ |
|
bool | doAtomicProperties_ |
|
bool | doBondProperties_ |
|
std::string | corrFuncType_ |
|
std::string | paramString_ |
|
std::string | labelString_ |
|
std::vector< std::vector< int > > | sele1ToIndex_ |
|
std::vector< std::vector< int > > | sele2ToIndex_ |
|
ProgressBarPtr | progressBar_ |
|
Definition at line 60 of file StressCorrFunc.hpp.