Gromacs
2024.3
|
#include <optional>
#include <string>
#include <vector>
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/real.h"
#include "energyanalysisframe.h"
Declares gmx::EnergyTerm.
Classes | |
class | gmx::EnergyTerm |
Class describing the whole time series of an energy term. More... | |
Typedefs | |
using | gmx::EnergyAnalysisFrameIterator = std::vector< EnergyAnalysisFrame >::const_iterator |
Typedef for looping over EnergyFrame. | |