votca 2024.2-dev
|
Observer class for analysis hook. More...
#include <cgobserver.h>
Public Member Functions | |
virtual void | BeginCG (Topology *top, Topology *top_atom=nullptr)=0 |
called before the first frame | |
virtual void | EndCG ()=0 |
called after the last frame | |
virtual void | EvalConfiguration (Topology *top, Topology *top_atom=nullptr)=0 |
Observer class for analysis hook.
Each application which performs analysis operations should use CGEngine. It offers a hook (callback class) during the coarse-graining process to evaluate each frame. The user does not have to take care about mapping and other stuff. Just overload this class and analyze properties of interest.
Definition at line 36 of file cgobserver.h.
|
pure virtual |
called before the first frame
Implemented in votca::csg::BondedStatistics.
|
pure virtual |
called after the last frame
Implemented in votca::csg::BondedStatistics.
|
pure virtual |
Implemented in votca::csg::BondedStatistics.