#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 65 of file observer.hh.
| TrajObserver | ( | int | rhythm | ) | [inline] |
Definition at line 69 of file observer.hh.
| CoordGroupHandle GetTraj | ( | ) | [inline] |
Definition at line 79 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 77 of file observer.hh.
1.6.1