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

Public Member Functions | |
| OutputFinalXYZBinVel () | |
| OutputFinalXYZBinVel (const std::string &filename) | |
| 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 Output * | doMake (std::string &errMsg, const std::vector< Value > &values) const |
| virtual void | doInitialize () |
| virtual void | doRun (int) |
| virtual void | doFinalize (int step) |
Private Attributes | |
| std::string | myFilename |
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|