|
Gromacs
2023.4
|
#include <functional>#include <memory>#include <ostream>#include <vector>#include "gromacs/math/vectypes.h"
Include dependency graph for restraintpotential.h:
This graph shows which files directly or indirectly include this file:Declare generic interface for restraint implementations.
Classes | |
| class | gmx::PotentialPointData |
| Structure to hold the results of IRestraintPotential::evaluate(). More... | |
| class | gmx::IRestraintPotential |
| Interface for Restraint potentials. More... | |
Typedefs | |
| using | gmx::Vector = ::gmx::RVec |
| Provide a vector type name with a more stable interface than RVec and a more stable implementation than vec3<>. More... | |
1.8.5