| OpenMM
   
    | 
This is a TabulatedFunction that computes a continuous three dimensional function. More...
 Inheritance diagram for Continuous3DFunction:
 Inheritance diagram for Continuous3DFunction:| Public Member Functions | |
| def | __init__ | 
| __init__(self, xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax) -> Continuous3DFunction | |
| def | getFunctionParameters | 
| def | setFunctionParameters | 
| def | Copy | 
| Copy(self) -> Continuous3DFunction. | |
| Public Attributes | |
| this | |
This is a TabulatedFunction that computes a continuous three dimensional function.
| def __init__ | ( | self, | |
| xsize, | |||
| ysize, | |||
| zsize, | |||
| values, | |||
| xmin, | |||
| xmax, | |||
| ymin, | |||
| ymax, | |||
| zmin, | |||
| zmax | |||
| ) | 
__init__(self, xsize, ysize, zsize, values, xmin, xmax, ymin, ymax, zmin, zmax) -> Continuous3DFunction
This is a TabulatedFunction that computes a continuous three dimensional function.
| def Copy | ( | self | ) | 
Copy(self) -> Continuous3DFunction.
Reimplemented from TabulatedFunction.
| def getFunctionParameters | ( | self | ) | 
| def setFunctionParameters | ( | self, | |
| xsize, | |||
| ysize, | |||
| zsize, | |||
| values, | |||
| xmin, | |||
| xmax, | |||
| ymin, | |||
| ymax, | |||
| zmin, | |||
| zmax | |||
| ) |