|
OpenMD 3.1
Molecular Dynamics in the Open
|
Inheritance diagram for OpenMD::ContactAngle2:Public Member Functions | |
| ContactAngle2 (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2, RealType solidZ, RealType centroidX, RealType centroidY, RealType threshDens, RealType bufferLength, int nrbins, int nZBins) | |
| virtual void | doFrame (int frame) |
Public Member Functions inherited from OpenMD::SequentialAnalyzer | |
| SequentialAnalyzer (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2) | |
| virtual void | doSequence () |
| void | setOutputName (const std::string &filename) |
| const std::string & | getOutputFileName () const |
| void | setStep (int step) |
| int | getStep () |
| const std::string & | getSequenceType () const |
| void | setSequenceType (const std::string &type) |
| void | setParameterString (const std::string ¶ms) |
Additional Inherited Members | |
Protected Member Functions inherited from OpenMD::SequentialAnalyzer | |
| virtual void | preSequence () |
| virtual void | postSequence () |
| virtual void | writeSequence () |
Protected Attributes inherited from OpenMD::SequentialAnalyzer | |
| SimInfo * | info_ {nullptr} |
| Snapshot * | currentSnapshot_ |
| std::string | dumpFilename_ |
| SelectionManager | seleMan1_ |
| std::string | selectionScript1_ |
| SelectionEvaluator | evaluator1_ |
| SelectionManager | seleMan2_ |
| std::string | selectionScript2_ |
| SelectionEvaluator | evaluator2_ |
| int | step_ |
| std::string | outputFilename_ |
| int | frame_ |
| std::vector< RealType > | times_ |
| std::vector< RealType > | values_ |
| std::string | sequenceType_ |
| std::string | paramString_ |
Definition at line 53 of file ContactAngle2.hpp.
| OpenMD::ContactAngle2::ContactAngle2 | ( | SimInfo * | info, |
| const std::string & | filename, | ||
| const std::string & | sele1, | ||
| const std::string & | sele2, | ||
| RealType | solidZ, | ||
| RealType | centroidX, | ||
| RealType | centroidY, | ||
| RealType | threshDens, | ||
| RealType | bufferLength, | ||
| int | nrbins, | ||
| int | nZBins ) |
Definition at line 59 of file ContactAngle2.cpp.
|
virtual |
Implements OpenMD::SequentialAnalyzer.
Definition at line 82 of file ContactAngle2.cpp.