OpenMD 3.2
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::P2Z Class Reference
Inheritance diagram for OpenMD::P2Z:

Public Member Functions

 P2Z (SimInfo *info, const string &filename, const string &sele1, unsigned int nbins, int axis)
 P2Z (SimInfo *info, const string &filename, const string &sele1, const string &sele2, unsigned int nbins, int axis)
 P2Z (SimInfo *info, const string &filename, const string &sele, const int seleOffset, unsigned int nbins, int axis)
 P2Z (SimInfo *info, const string &filename, const string &sele, const int seleOffset, const int seleOffset2, unsigned int nbins, int axis)
virtual void process ()
Public Member Functions inherited from OpenMD::P2R
 P2R (SimInfo *info, const string &filename, const string &sele1, unsigned int nbins)
 P2R (SimInfo *info, const string &filename, const string &sele1, const string &sele2, unsigned int nbins)
 P2R (SimInfo *info, const string &filename, const string &sele, const int seleOffset, unsigned int nbins)
 P2R (SimInfo *info, const string &filename, const string &sele, const int seleOffset, const int seleOffset2, unsigned int nbins)
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 &params)

Additional Inherited Members

Protected Member Functions inherited from OpenMD::P2R
void processHistogram ()
void writeP2R ()
Protected Member Functions inherited from OpenMD::StaticAnalyser
virtual void writeOutput ()
Protected Attributes inherited from OpenMD::P2R
SnapshotcurrentSnapshot_
bool doVect_
bool doOffset_
bool doOffset2_
string selectionScript1_
string selectionScript2_
SelectionManager seleMan1_
SelectionManager seleMan2_
SelectionEvaluator evaluator1_
SelectionEvaluator evaluator2_
int seleOffset_ {}
int seleOffset2_ {}
int nProcessed_ {}
RealType P2_ {}
int count_ {}
Protected Attributes inherited from OpenMD::StaticAnalyser
SimInfoinfo_ {nullptr}
std::string dumpFilename_
int step_
unsigned int nBins_
std::string outputFilename_
std::string analysisType_
std::string paramString_
std::vector< OutputDatadata_
std::vector< AtomType * > outputTypes_

Detailed Description

Definition at line 95 of file P2R.hpp.

Constructor & Destructor Documentation

◆ P2Z() [1/4]

OpenMD::P2Z::P2Z ( SimInfo * info,
const string & filename,
const string & sele1,
unsigned int nbins,
int axis )

Definition at line 311 of file P2R.cpp.

◆ P2Z() [2/4]

OpenMD::P2Z::P2Z ( SimInfo * info,
const string & filename,
const string & sele1,
const string & sele2,
unsigned int nbins,
int axis )

Definition at line 336 of file P2R.cpp.

◆ P2Z() [3/4]

OpenMD::P2Z::P2Z ( SimInfo * info,
const string & filename,
const string & sele,
const int seleOffset,
unsigned int nbins,
int axis )

Definition at line 361 of file P2R.cpp.

◆ P2Z() [4/4]

OpenMD::P2Z::P2Z ( SimInfo * info,
const string & filename,
const string & sele,
const int seleOffset,
const int seleOffset2,
unsigned int nbins,
int axis )

Definition at line 386 of file P2R.cpp.

Member Function Documentation

◆ process()

void OpenMD::P2Z::process ( )
virtual

Reimplemented from OpenMD::P2R.

Definition at line 411 of file P2R.cpp.


The documentation for this class was generated from the following files: