Gromacs
2020.4
|
#include <memory>
#include "gromacs/mdlib/constr.h"
#include "gromacs/mdtypes/inputrec.h"
#include "gromacs/pulling/pull.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/topology/mtop_util.h"
Declares and implements factory function for Constraints.
Classes | |
struct | gmx::Constraints::CreationHelper |
Support type to help implement makeConstraints(). More... | |
Functions | |
template<typename... Args> | |
std::unique_ptr< Constraints > | gmx::makeConstraints (const gmx_mtop_t &mtop, const t_inputrec &ir, pull_t *pull_work, bool doEssentialDynamics, Args &&...args) |
Factory function for Constraints. More... | |