|
OpenMM
|
This is a TabulatedFunction that computes a continuous three dimensional function. More...
Inheritance diagram for Continuous3DFunction:Public Member Functions | |
| def | __init__ |
| init(OpenMM::Continuous3DFunction self, int xsize, int ysize, int zsize, vectord values, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) -> Continuous3DFunction More... | |
| def | getFunctionParameters |
| getFunctionParameters(Continuous3DFunction self) More... | |
| def | setFunctionParameters |
| setFunctionParameters(Continuous3DFunction self, int xsize, int ysize, int zsize, vectord values, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) More... | |
| def | Copy |
| Copy(Continuous3DFunction self) -> Continuous3DFunction. More... | |
| def | __del__ |
| del(OpenMM::Continuous3DFunction self) More... | |
Public Member Functions inherited from TabulatedFunction | |
| def | __init__ |
| def | __del__ |
| del(OpenMM::TabulatedFunction self) More... | |
| def | Copy |
| Copy(TabulatedFunction self) -> TabulatedFunction. More... | |
Public Attributes | |
| this | |
This is a TabulatedFunction that computes a continuous three dimensional function.
| def __init__ | ( | self, | |
| args | |||
| ) |
init(OpenMM::Continuous3DFunction self, int xsize, int ysize, int zsize, vectord values, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) -> Continuous3DFunction
This is a TabulatedFunction that computes a continuous three dimensional function.
References simtk.openmm.openmm.stripUnits().
| def __del__ | ( | self | ) |
del(OpenMM::Continuous3DFunction self)
References simtk.openmm.openmm.stripUnits().
| def Copy | ( | self, | |
| args | |||
| ) |
Copy(Continuous3DFunction self) -> Continuous3DFunction.
References simtk.openmm.openmm.stripUnits().
| def getFunctionParameters | ( | self, | |
| args | |||
| ) |
getFunctionParameters(Continuous3DFunction self)
References simtk.openmm.openmm.stripUnits().
| def setFunctionParameters | ( | self, | |
| args | |||
| ) |
setFunctionParameters(Continuous3DFunction self, int xsize, int ysize, int zsize, vectord values, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
References simtk.openmm.openmm.stripUnits().
| this |
Referenced by System.__init__().