Continuous1DFunction¶
-
class
simtk.openmm.openmm.Continuous1DFunction(values, min, max, periodic=False)¶ This is a TabulatedFunction that computes a continuous one dimensional function.
-
__init__(self, values, min, max, periodic=False) → Continuous1DFunction¶ This is a TabulatedFunction that computes a continuous one dimensional function.
Methods
Copy(self)__init__(self, values, min, max[, periodic])This is a TabulatedFunction that computes a continuous one dimensional function.
getFunctionParameters(self)getPeriodic(self)Get the periodicity status of the tabulated function.
setFunctionParameters(self, values, min, max)Attributes
The membership flag
-
property
thisown¶ The membership flag
-
getFunctionParameters(self)¶
-
setFunctionParameters(self, values, min, max)¶
-
Copy(self) → Continuous1DFunction¶ Deprecated
This will be removed in a future release.
-
__copy__(self) → TabulatedFunction¶
-
getPeriodic(self) → bool¶ Get the periodicity status of the tabulated function.
-