votca 2024.2-dev
|
Class calculates data associated with bond interactions. More...
#include <bondedstatistics.h>
Public Member Functions | |
void | BeginCG (Topology *top, Topology *top_atom=nullptr) override |
called before the first frame | |
void | EndCG () override |
called after the last frame | |
void | EvalConfiguration (Topology *conf, Topology *conf_atom=nullptr) override |
tools::DataCollection< double > & | BondedValues () |
Public Member Functions inherited from votca::csg::CGObserver |
Protected Attributes | |
tools::DataCollection< double > | bonded_values_ |
Class calculates data associated with bond interactions.
This class will essentially calculate and store information related to each type of interaction. For instance for the IBond which is the interaction between two beads it will calculate and store the distance between the two beads involved in the interaction. It will calculate a similar metric for all other interactions such as IAngle, IDihedral etc...
Definition at line 35 of file bondedstatistics.h.
|
overridevirtual |
called before the first frame
Implements votca::csg::CGObserver.
Definition at line 25 of file bondedstatistics.cc.
|
inline |
Definition at line 43 of file bondedstatistics.h.
|
overridevirtual |
called after the last frame
Implements votca::csg::CGObserver.
Definition at line 32 of file bondedstatistics.cc.
|
overridevirtual |
Implements votca::csg::CGObserver.
Definition at line 34 of file bondedstatistics.cc.
|
protected |
Definition at line 46 of file bondedstatistics.h.