|
Gromacs
2025.3
|
#include <memory>#include "gromacs/mdlib/constr.h"#include "gromacs/mdtypes/inputrec.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: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 havePullConstraintsWork, bool doEssentialDynamics, Args &&...args) |
| Factory function for Constraints. More... | |
1.8.5