Continuous3DFunction¶
-
class
simtk.openmm.openmm.Continuous3DFunction(xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax)¶ This is a TabulatedFunction that computes a continuous three dimensional function.
-
__init__(self, xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax) → Continuous3DFunction¶ This is a TabulatedFunction that computes a continuous three dimensional function.
Methods
Copy((self) -> Continuous3DFunction)__init__((self, xsize, ysize, zsize, values, ...)This is a TabulatedFunction that computes a continuous three dimensional function. getFunctionParameters(self)setFunctionParameters(self, xsize, ysize, ...)-
getFunctionParameters(self)¶
-
setFunctionParameters(self, xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax)¶
-
Copy(self) → Continuous3DFunction¶ Deprecated
This will be removed in a future release.
-
__copy__(self) → TabulatedFunction¶
-