Writes atomic coordinates in PDB format to a file stream at specified intervals during a simulation. More...
#include <PeriodicVmdReporter.h>
Public Member Functions | |
PeriodicVmdReporter (const CompoundSystem &system, Real interval, int localSocketNumber, bool blockWaitingForVmdConnection=false) | |
void | handleEvent (const State &state) const |
This method is invoked to handle the event. |
Writes atomic coordinates in PDB format to a file stream at specified intervals during a simulation.
PeriodicVmdReporter | ( | const CompoundSystem & | system, | |
Real | interval, | |||
int | localSocketNumber, | |||
bool | blockWaitingForVmdConnection = false | |||
) | [inline] |
void handleEvent | ( | const State & | state | ) | const [virtual] |
This method is invoked to handle the event.
It is given a State which describes the system at the time when the event occurs.
Implements EventReporter.