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

Public Member Functions | |
| ModifierFriction (NoseNVTLeapfrogIntegrator *i) | |
| virtual bool | isInternal () const |
Private Member Functions | |
| virtual void | doExecute () |
| virtual std::string | doPrint () const |
Private Attributes | |
| NoseNVTLeapfrogIntegrator * | 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. |
|
|
|