Uses of Class
ffx.openmm.TabulatedFunction
Packages that use TabulatedFunction
Package
Description
The OpenMM package includes Java classes that are analogues of the OpenMM C++ API.
-
Uses of TabulatedFunction in ffx.openmm
Subclasses of TabulatedFunction in ffx.openmmModifier and TypeClassDescriptionclassThis is a TabulatedFunction that computes a continuous one dimensional function.classThis is a TabulatedFunction that computes a continuous two dimensional function.classThis is a TabulatedFunction that computes a continuous three dimensional function.classThis is a TabulatedFunction that computes a discrete one dimensional function f(x).classThis is a TabulatedFunction that computes a discrete two dimensional function f(x,y).classThis is a TabulatedFunction that computes a discrete three dimensional function f(x,y,z).Methods in ffx.openmm with parameters of type TabulatedFunctionModifier and TypeMethodDescriptionintCustomCVForce.addTabulatedFunction(com.sun.jna.Pointer name, TabulatedFunction function) Add a tabulated function to the force.intCustomCVForce.addTabulatedFunction(String name, TabulatedFunction function) Add a tabulated function to the force.