Continuous2DFunction¶
- class openmm.openmm.Continuous2DFunction(xsize, ysize, values, xmin, xmax, ymin, ymax, periodic=False)¶
This is a TabulatedFunction that computes a continuous two dimensional function.
- __init__(self, xsize, ysize, values, xmin, xmax, ymin, ymax, periodic=False) → Continuous2DFunction¶
This is a TabulatedFunction that computes a continuous two dimensional function.
Methods
Copy
(self)__init__
(self, xsize, ysize, values, xmin, …)This is a TabulatedFunction that computes a continuous two 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, values, xmin, xmax, ymin, ymax)¶
- Copy(self) → Continuous2DFunction¶
Deprecated
This will be removed in a future release.
- __eq__(self, other) → bool¶
- __ne__(self, other) → bool¶
- getPeriodic(self) → bool¶
Get the periodicity status of the tabulated function.