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

Public Member Functions | |
| OutputScreen () | |
| OutputScreen (int freq) | |
| virtual std::string | getIdNoAlias () const |
| virtual unsigned int | getParameterSize () const |
| virtual void | getParameters (std::vector< Parameter > &) const |
| virtual bool | adjustWithDefaultParameters (std::vector< Value > &values, const Configuration *config) const |
Static Public Attributes | |
| const std::string | keyword |
Private Member Functions | |
| virtual Output * | doMake (std::string &errMsg, const std::vector< Value > &values) const |
| virtual void | doInitialize () |
| virtual void | doRun (int step) |
| virtual void | doFinalize (int) |
| virtual bool | isIdDefined (const Configuration *config) const |
| virtual bool | addDoKeyword () const |
Private Attributes | |
| std::string | myUnit |
| Real | myFactor |
|
|
|
|
|
|
|
|
Defines if the output object supports do<getId()> to enable or disable the output. Reimplemented from ProtoMol::Output. |
|
||||||||||||
|
Reimplemented from ProtoMol::Makeable. |
|
|
Hook method of finalize, implemented in the concrete class.
Implements ProtoMol::Output. |
|
|
Hook method of initialize, implemented in the concrete class.
Implements ProtoMol::Output. |
|
||||||||||||
|
Implements ProtoMol::Output. |
|
|
Hook method of run, implemented in the concrete class.
Implements ProtoMol::Output. |
|
|
Implements ProtoMol::Makeable. |
|
|
retrieve all parameters
Implements ProtoMol::Makeable. |
|
|
number of parameters
Implements ProtoMol::Makeable. |
|
|
Should return true if the concrete object is defined/specified in Configuration by the user. Normally if gedId() has a valid value in Configuration. Reimplemented from ProtoMol::Output. |
|
|
|
|
|
|
|
|
|