OpenMD 3.1
Molecular Dynamics in the Open
|
Multi-Component Radial Distribution Function. More...
#include <MultiComponentRDF.hpp>
Public Types | |
enum | PairIndicies { OneOne , OneTwo , TwoTwo , MaxPairs } |
Public Member Functions | |
MultiComponentRDF (SimInfo *info, const std::string &filename, const std::string &sele1, const std::string &sele2, unsigned int nbins) | |
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 | |
virtual void | preProcess () |
virtual void | postProcess () |
virtual void | processNonOverlapping (SelectionManager &sman1, SelectionManager &sman2, int pairIndex) |
virtual void | processOverlapping (SelectionManager &sman, int pairIndex) |
std::vector< int > | getNPairs () const |
int | getNSelected1 () const |
int | getNSelected2 () const |
Protected Member Functions inherited from OpenMD::StaticAnalyser | |
virtual void | writeOutput () |
Protected Attributes | |
Snapshot * | currentSnapshot_ |
std::string | selectionScript1_ |
std::string | selectionScript2_ |
int | nProcessed_ |
SelectionEvaluator | evaluator1_ |
SelectionEvaluator | evaluator2_ |
SelectionManager | seleMan1_ |
SelectionManager | seleMan2_ |
SelectionManager | sele1_minus_common_ |
SelectionManager | sele2_minus_common_ |
SelectionManager | common_ |
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_ |
Multi-Component Radial Distribution Function.
Definition at line 62 of file MultiComponentRDF.hpp.
enum OpenMD::MultiComponentRDF::PairIndicies |
Definition at line 70 of file MultiComponentRDF.hpp.
OpenMD::MultiComponentRDF::MultiComponentRDF | ( | SimInfo * | info, |
const std::string & | filename, | ||
const std::string & | sele1, | ||
const std::string & | sele2, | ||
unsigned int | nbins ) |
Definition at line 54 of file MultiComponentRDF.cpp.
|
inlineprotected |
Definition at line 80 of file MultiComponentRDF.hpp.
|
inlineprotected |
Definition at line 82 of file MultiComponentRDF.hpp.
|
inlineprotected |
Definition at line 83 of file MultiComponentRDF.hpp.
|
inlineprotectedvirtual |
Definition at line 74 of file MultiComponentRDF.hpp.
|
inlineprotectedvirtual |
Definition at line 73 of file MultiComponentRDF.hpp.
|
virtual |
Implements OpenMD::StaticAnalyser.
Definition at line 96 of file MultiComponentRDF.cpp.
|
protectedvirtual |
Definition at line 156 of file MultiComponentRDF.cpp.
|
protectedvirtual |
Definition at line 178 of file MultiComponentRDF.cpp.
|
protected |
Definition at line 97 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 85 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 90 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 91 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 89 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 95 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 96 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 87 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 88 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 93 of file MultiComponentRDF.hpp.
|
protected |
Definition at line 94 of file MultiComponentRDF.hpp.