|
Gromacs
2026.0-dev-20251110-920b6d1
|
Inheritance diagram for gmx::anonymous_namespace{colvarsMDModule.cpp}::ColvarsMDModule:
Collaboration diagram for gmx::anonymous_namespace{colvarsMDModule.cpp}::ColvarsMDModule:Colvars module.
Class that implements the colvars MDModule
Public Member Functions | |
| ColvarsMDModule ()=default | |
| Construct the colvars module. | |
| void | subscribeToPreProcessingNotifications (MDModulesNotifiers *notifiers) override |
| Requests to be notified during pre-processing. More... | |
| void | subscribeToSimulationSetupNotifications (MDModulesNotifiers *notifiers) override |
| Request to be notified. More... | |
| void | subscribeToSimulationRunNotifications (MDModulesNotifiers *notifiers) override |
| Request to be notified. More... | |
| IMdpOptionProvider * | mdpOptionProvider () override |
| From IMDModule. | |
| IMDOutputProvider * | outputProvider () override |
| From IMDModule Colvars provide its own output. | |
| void | initForceProviders (ForceProviders *forceProviders) override |
| From IMDModule Add this module to the force providers if active. | |
|
inlineoverridevirtual |
Requests to be notified during pre-processing.
| [in] | notifiers | allows the module to subscribe to notifications from MdModules. |
The Colvars MDModule subscribes to these notifications:
Implements gmx::IMDModule.
|
inlineoverridevirtual |
Request to be notified.
| [in] | notifiers | allows the module to subscribe to notifications from MdModules. |
The Colvars MDModule subscribes to this notification:
Implements gmx::IMDModule.
|
inlineoverridevirtual |
Request to be notified.
| [in] | notifiers | allows the module to subscribe to notifications from MdModules. |
The Colvars MDModule subscribes to these notifications:
Implements gmx::IMDModule.
1.8.5