Continuous2DFunction¶
-
class
simtk.openmm.openmm.
Continuous2DFunction
(xsize, ysize, values, xmin, xmax, ymin, ymax)¶ This is a TabulatedFunction that computes a continuous two dimensional function.
-
__init__
(self, xsize, ysize, values, xmin, xmax, ymin, ymax) → Continuous2DFunction¶ This is a TabulatedFunction that computes a continuous two dimensional function.
Methods
Copy
((self) -> Continuous2DFunction)__init__
((self, xsize, ysize, values, xmin, ...)This is a TabulatedFunction that computes a continuous two dimensional function. getFunctionParameters
(self)setFunctionParameters
(self, xsize, ysize, ...)-
getFunctionParameters
(self)¶
-
setFunctionParameters
(self, xsize, ysize, values, xmin, xmax, ymin, ymax)¶
-
Copy
(self) → Continuous2DFunction¶
-
__delattr__
¶ x.__delattr__(‘name’) <==> del x.name
-
__format__
()¶ default object formatter
-
__getattribute__
¶ x.__getattribute__(‘name’) <==> x.name
-
__hash__
¶
-
__reduce__
()¶ helper for pickle
-
__reduce_ex__
()¶ helper for pickle
-
__sizeof__
() → int¶ size of object in memory, in bytes
-
__str__
¶
-