|
OpenMD 3.1
Molecular Dynamics in the Open
|
Inheritance diagram for OpenMD::ObjectCount:Public Member Functions | |
| ObjectCount (SimInfo *info, const std::string &filename, const std::string &sele) | |
| virtual void | process () |
Public Member Functions inherited from OpenMD::StaticAnalyser | |
| StaticAnalyser (SimInfo *info, const std::string &filename, unsigned int nbins) | |
| void | setOutputName (const std::string &filename) |
| const std::string & | getOutputFileName () const |
| void | setStep (int step) |
| int | getStep () const |
| const std::string & | getAnalysisType () const |
| void | setAnalysisType (const std::string &type) |
| void | setParameterString (const std::string ¶ms) |
Protected Member Functions | |
| void | writeCounts () |
Protected Member Functions inherited from OpenMD::StaticAnalyser | |
| virtual void | writeOutput () |
Protected Attributes | |
| Snapshot * | currentSnapshot_ |
| vector< int > | counts_ |
| RealType | nAvg |
| RealType | n2Avg |
| RealType | sDev |
| std::string | selectionScript_ |
| SelectionManager | seleMan_ |
| SelectionEvaluator | evaluator_ |
Protected Attributes inherited from OpenMD::StaticAnalyser | |
| SimInfo * | info_ {nullptr} |
| std::string | dumpFilename_ |
| int | step_ |
| unsigned int | nBins_ |
| std::string | outputFilename_ |
| std::string | analysisType_ |
| std::string | paramString_ |
| std::vector< OutputData > | data_ |
| std::vector< AtomType * > | outputTypes_ |
Definition at line 55 of file ObjectCount.hpp.
| OpenMD::ObjectCount::ObjectCount | ( | SimInfo * | info, |
| const std::string & | filename, | ||
| const std::string & | sele ) |
Definition at line 57 of file ObjectCount.cpp.
|
virtual |
Implements OpenMD::StaticAnalyser.
Definition at line 70 of file ObjectCount.cpp.
|
protected |
Definition at line 104 of file ObjectCount.cpp.
|
protected |
Definition at line 66 of file ObjectCount.hpp.
|
protected |
Definition at line 64 of file ObjectCount.hpp.
|
protected |
Definition at line 73 of file ObjectCount.hpp.
|
protected |
Definition at line 68 of file ObjectCount.hpp.
|
protected |
Definition at line 67 of file ObjectCount.hpp.
|
protected |
Definition at line 69 of file ObjectCount.hpp.
|
protected |
Definition at line 71 of file ObjectCount.hpp.
|
protected |
Definition at line 72 of file ObjectCount.hpp.