1 #ifndef OPENMM_CUSTOMANGLEFORCEIMPL_H_
2 #define OPENMM_CUSTOMANGLEFORCEIMPL_H_
35 #include "ForceImpl.h"
36 #include "openmm/CustomAngleForce.h"
37 #include "openmm/Kernel.h"
This is the internal implementation of a Context.
Definition: ContextImpl.h:53
std::map< std::string, double > getDefaultParameters()
Get a map containing the default values for all adjustable parameters defined by this ForceImpl...
void initialize(ContextImpl &context)
This is called after the ForceImpl is created and before updateContextState(), calcForces(), or calcEnergy() is called on it.
This is the internal implementation of CustomAngleForce.
Definition: CustomAngleForceImpl.h:48
void updateContextState(ContextImpl &context)
This method is called at the beginning of each time step.
Definition: CustomAngleForceImpl.h:56
std::vector< std::string > getKernelNames()
Get the names of all Kernels used by this Force.
CustomAngleForceImpl(const CustomAngleForce &owner)
A Kernel encapsulates a particular implementation of a calculation that can be performed on the data ...
Definition: Kernel.h:58
double calcForcesAndEnergy(ContextImpl &context, bool includeForces, bool includeEnergy, int groups)
Calculate the force on each particle generated by this ForceImpl and/or this ForceImpl's contribution...
A ForceImpl provides the internal implementation of a Force.
Definition: ForceImpl.h:57
This class implements interactions between sets of three particles that depend on the angle between t...
Definition: CustomAngleForce.h:72
const CustomAngleForce & getOwner() const
Get the Force object from which this ForceImpl was created.
Definition: CustomAngleForceImpl.h:53
void updateParametersInContext(ContextImpl &context)