|
OpenMM
|
This is a TabulatedFunction that computes a continuous two dimensional function. More...
Inheritance diagram for Continuous2DFunction:Public Member Functions | |
| def | __init__ |
| init(OpenMM::Continuous2DFunction self, int xsize, int ysize, vectord values, double xmin, double xmax, double ymin, double ymax) -> Continuous2DFunction More... | |
| def | getFunctionParameters |
| getFunctionParameters(Continuous2DFunction self) More... | |
| def | setFunctionParameters |
| setFunctionParameters(Continuous2DFunction self, int xsize, int ysize, vectord values, double xmin, double xmax, double ymin, double ymax) More... | |
| def | Copy |
| Copy(Continuous2DFunction self) -> Continuous2DFunction. More... | |
| def | __del__ |
| del(OpenMM::Continuous2DFunction 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 two dimensional function.
| def __init__ | ( | self, | |
| args | |||
| ) |
init(OpenMM::Continuous2DFunction self, int xsize, int ysize, vectord values, double xmin, double xmax, double ymin, double ymax) -> Continuous2DFunction
This is a TabulatedFunction that computes a continuous two dimensional function.
References simtk.openmm.openmm.stripUnits().
| def __del__ | ( | self | ) |
del(OpenMM::Continuous2DFunction self)
References simtk.openmm.openmm.stripUnits().
| def Copy | ( | self, | |
| args | |||
| ) |
Copy(Continuous2DFunction self) -> Continuous2DFunction.
References simtk.openmm.openmm.stripUnits().
| def getFunctionParameters | ( | self, | |
| args | |||
| ) |
getFunctionParameters(Continuous2DFunction self)
References simtk.openmm.openmm.stripUnits().
| def setFunctionParameters | ( | self, | |
| args | |||
| ) |
setFunctionParameters(Continuous2DFunction self, int xsize, int ysize, vectord values, double xmin, double xmax, double ymin, double ymax)
References simtk.openmm.openmm.stripUnits().
| this |