OpenMM
|
This is a TabulatedFunction that computes a continuous two dimensional function. More...
Public Member Functions | |
def | __init__ |
__init__(self, xsize, ysize, values, xmin, xmax, ymin, ymax) -> Continuous2DFunction | |
def | getFunctionParameters |
def | setFunctionParameters |
def | Copy |
Copy(self) -> Continuous2DFunction. | |
Public Attributes | |
this |
This is a TabulatedFunction that computes a continuous two dimensional function.
def __init__ | ( | self, | |
xsize, | |||
ysize, | |||
values, | |||
xmin, | |||
xmax, | |||
ymin, | |||
ymax | |||
) |
__init__(self, xsize, ysize, values, xmin, xmax, ymin, ymax) -> Continuous2DFunction
This is a TabulatedFunction that computes a continuous two dimensional function.
def Copy | ( | self | ) |
Copy(self) -> Continuous2DFunction.
Reimplemented from TabulatedFunction.
def getFunctionParameters | ( | self | ) |
def setFunctionParameters | ( | self, | |
xsize, | |||
ysize, | |||
values, | |||
xmin, | |||
xmax, | |||
ymin, | |||
ymax | |||
) |