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 TypeClassDescriptionclass
This is a TabulatedFunction that computes a continuous one dimensional function.class
This is a TabulatedFunction that computes a continuous two dimensional function.class
This is a TabulatedFunction that computes a continuous three dimensional function.class
This is a TabulatedFunction that computes a discrete one dimensional function f(x).class
This is a TabulatedFunction that computes a discrete two dimensional function f(x,y).class
This is a TabulatedFunction that computes a discrete three dimensional function f(x,y,z).Methods in ffx.openmm with parameters of type TabulatedFunctionModifier and TypeMethodDescriptionint
CustomCVForce.addTabulatedFunction
(com.sun.jna.Pointer name, TabulatedFunction function) Add a tabulated function to the force.int
CustomCVForce.addTabulatedFunction
(String name, TabulatedFunction function) Add a tabulated function to the force.