
#include <OutputEnergies.h>
Inheritance diagram for ProtoMol::OutputEnergies:

Public Member Functions | |
| OutputEnergies () | |
| OutputEnergies (const std::string &filename, int freq, int cacheFreq, int cacheSize, Real closeTime, bool doMolTemp, bool doShadow) | |
| virtual std::string | getIdNoAlias () const |
| virtual unsigned int | getParameterSize () const |
| virtual void | getParameters (std::vector< Parameter > ¶meter) const |
Static Public Attributes | |
| const std::string | keyword |
Private Member Functions | |
| virtual void | doRunCached (int step) |
| virtual Output * | doMake (std::string &errMsg, const std::vector< Value > &values) const |
| virtual void | doInitialize () |
Private Attributes | |
| bool | myDoMolecularTemperature |
| bool | myDoShadow |
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
Hook method of initialize, implemented in the concrete class.
Implements ProtoMol::Output. |
|
||||||||||||
|
Implements ProtoMol::Output. |
|
|
new implementation of run method
Implements ProtoMol::OutputFile. |
|
|
Implements ProtoMol::Makeable. |
|
|
retrieve all parameters
Reimplemented from ProtoMol::OutputFile. |
|
|
number of parameters
Implements ProtoMol::Makeable. |
|
|
|
|
|
|
|
|
|