Gromacs
2020.4
|
#include <functional>
#include <memory>
#include <ostream>
#include <vector>
#include "gromacs/math/vectypes.h"
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... | |