#include <observer.hh>
Inherits ost::mol::mm::Observer.
Public Member Functions | |
TrajWriter (int rhythm, const String &pdb_filename, const String &dcd_filename) | |
void | Init (boost::shared_ptr< OpenMM::Context > c, TopologyPtr top, ost::mol::EntityHandle &ent) |
void | Notify () |
int | Rhythm () |
void | Finalize () |
Definition at line 90 of file observer.hh.
TrajWriter | ( | int | rhythm, | |
const String & | pdb_filename, | |||
const String & | dcd_filename | |||
) | [inline] |
Definition at line 96 of file observer.hh.
void Finalize | ( | ) |
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 107 of file observer.hh.