Continuous3DFunction¶
-
class
simtk.openmm.openmm.Continuous3DFunction(xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax, periodic=False)¶ This is a TabulatedFunction that computes a continuous three dimensional function.
-
__init__(self, xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax, periodic=False) → Continuous3DFunction¶ This is a TabulatedFunction that computes a continuous three dimensional function.
Methods
Copy(self)__init__(self, xsize, ysize, zsize, values, …)This is a TabulatedFunction that computes a continuous three dimensional function.
getFunctionParameters(self)getPeriodic(self)Get the periodicity status of the tabulated function.
setFunctionParameters(self, xsize, ysize, …)Attributes
The membership flag
-
property
thisown¶ The membership flag
-
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¶
-
getPeriodic(self) → bool¶ Get the periodicity status of the tabulated function.
-