18#ifndef VOTCA_CSG_CGOBSERVER_H
19#define VOTCA_CSG_CGOBSERVER_H
Observer class for analysis hook.
virtual void EndCG()=0
called after the last frame
virtual void EvalConfiguration(Topology *top, Topology *top_atom=nullptr)=0
virtual void BeginCG(Topology *top, Topology *top_atom=nullptr)=0
called before the first frame
topology of the whole system
base class for all analysis tools