#include <DataCollectionObject.h>
|
| std::map< std::string, double > | args |
| | The map containing the arguments that we are storing.
|
| |
| std::vector< AtomNumber > | indices |
| | The list of atom numbers that are stored in the object.
|
| |
| std::string | myaction |
| | The label of the action in which the data is stored.
|
| |
| std::vector< Vector > | positions |
| | The list of atomic positions.
|
| |
◆ getArgumentValue()
| double PLMD::analysis::DataCollectionObject::getArgumentValue |
( |
const std::string & | name | ) |
const |
|
inline |
Get the value of one of the arguments.
◆ getAtomPosition()
| Vector PLMD::analysis::DataCollectionObject::getAtomPosition |
( |
const AtomNumber & | ind | ) |
const |
|
inline |
Return one of the atomic positions.
◆ setArgument()
| void PLMD::analysis::DataCollectionObject::setArgument |
( |
const std::string & | name, |
|
|
const double & | value ) |
Set the value of one of the arguments.
◆ setAtomNumbersAndArgumentNames()
| void PLMD::analysis::DataCollectionObject::setAtomNumbersAndArgumentNames |
( |
const std::string & | action_label, |
|
|
const std::vector< AtomNumber > & | ind, |
|
|
const std::vector< std::string > & | arg_names ) |
Set the names and atom numbers.
◆ setAtomPositions()
| void PLMD::analysis::DataCollectionObject::setAtomPositions |
( |
const std::vector< Vector > & | pos | ) |
|
Set the positions of all the atoms.
◆ transferDataToPDB()
| bool PLMD::analysis::DataCollectionObject::transferDataToPDB |
( |
PDB & | mypdb | ) |
|
Transfer the data inside the object to a PDB object.
◆ ReadAnalysisFrames
◆ args
| std::map<std::string,double> PLMD::analysis::DataCollectionObject::args |
|
private |
The map containing the arguments that we are storing.
◆ indices
| std::vector<AtomNumber> PLMD::analysis::DataCollectionObject::indices |
|
private |
The list of atom numbers that are stored in the object.
◆ myaction
| std::string PLMD::analysis::DataCollectionObject::myaction |
|
private |
The label of the action in which the data is stored.
◆ positions
| std::vector<Vector> PLMD::analysis::DataCollectionObject::positions |
|
private |
The list of atomic positions.
The documentation for this class was generated from the following files: