Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
makeconstraints.h File Reference
#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"
+ Include dependency graph for makeconstraints.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares and implements factory function for Constraints.

Author
Berk Hess hess@.nosp@m.kth..nosp@m.se
Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m

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...