Gromacs
2025.0-dev-20241009-5c23d5f
|
#include <string>
#include <vector>
#include "gromacs/commandline/cmdlineoptionsmodule.h"
#include "gromacs/options.h"
Declares gmx::IEnergyAnalysis.
Classes | |
struct | gmx::EnergyNameUnit |
Convenience structure for keeping energy name and unit together. More... | |
class | gmx::IEnergyAnalysis |
Interface class overloaded by the separate energy modules. More... | |
Typedefs | |
using | gmx::IEnergyAnalysisPointer = std::unique_ptr< IEnergyAnalysis > |
Pointer to the EnergyAnalysisModule classes. | |