
#include <ModifierPostForceThermostat.h>
Inheritance diagram for ProtoMol::ModifierPostForceThermostat< TIntegrator >:

Public Member Functions | |
| ModifierPostForceThermostat (TIntegrator *i) | |
| ModifierPostForceThermostat (TIntegrator *i, int order) | |
| virtual bool | isInternal () const |
Private Member Functions | |
| virtual void | doExecute () |
| virtual std::string | doPrint () const |
Private Attributes | |
| TIntegrator * | myTheIntegrator |
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
|||||||||
|
The method, which does the actual modification.
Implements ProtoMol::Modifier. |
|
|||||||||
|
Implemenation print/debug.
Implements ProtoMol::Modifier. |
|
|||||||||
|
If the modifier is internal (added by an integrator) or external (added by the user) Implements ProtoMol::Modifier. |
|
|||||
|
|