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

Deprecated

This will be removed in a future release.

__copy__(self) → TabulatedFunction