#include <observer.hh>
Inherits ost::mol::mm::Observer.
Public Member Functions | |
TrajObserver (int rhythm) | |
void | Init (boost::shared_ptr< OpenMM::Context > c, TopologyPtr top, ost::mol::EntityHandle &ent) |
void | Notify () |
int | Rhythm () |
CoordGroupHandle | GetTraj () |
Definition at line 66 of file observer.hh.
TrajObserver | ( | int | rhythm | ) | [inline] |
Definition at line 70 of file observer.hh.
CoordGroupHandle GetTraj | ( | ) | [inline] |
Definition at line 80 of file observer.hh.
void Init | ( | boost::shared_ptr< OpenMM::Context > | c, | |
TopologyPtr | top, | |||
ost::mol::EntityHandle & | ent | |||
) | [virtual] |
Implements Observer.
void Notify | ( | ) | [virtual] |
Implements Observer.
int Rhythm | ( | ) | [inline, virtual] |
Implements Observer.
Definition at line 78 of file observer.hh.