Continuous3DFunction

class simtk.openmm.openmm.Continuous3DFunction(xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax)

This is a TabulatedFunction that computes a continuous three dimensional function.

__init__(self, xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax) → Continuous3DFunction

This is a TabulatedFunction that computes a continuous three dimensional function.

Methods

Copy((self) -> Continuous3DFunction)
__init__((self, xsize, ysize, zsize, values, ...) This is a TabulatedFunction that computes a continuous three dimensional function.
getFunctionParameters(self)
setFunctionParameters(self, xsize, ysize, ...)
getFunctionParameters(self)
setFunctionParameters(self, xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax)
Copy(self) → Continuous3DFunction
__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__