|
OpenMM
|
This is a TabulatedFunction that computes a continuous one dimensional function. More...
Inheritance diagram for Continuous1DFunction:Public Member Functions | |
| def | __init__ |
| init(OpenMM::Continuous1DFunction self, vectord values, double min, double max) -> Continuous1DFunction More... | |
| def | getFunctionParameters |
| getFunctionParameters(Continuous1DFunction self) More... | |
| def | setFunctionParameters |
| setFunctionParameters(Continuous1DFunction self, vectord values, double min, double max) More... | |
| def | Copy |
| Copy(Continuous1DFunction self) -> Continuous1DFunction. More... | |
| def | __del__ |
| del(OpenMM::Continuous1DFunction 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 one dimensional function.
| def __init__ | ( | self, | |
| args | |||
| ) |
init(OpenMM::Continuous1DFunction self, vectord values, double min, double max) -> Continuous1DFunction
This is a TabulatedFunction that computes a continuous one dimensional function.
References simtk.openmm.openmm.stripUnits().
| def __del__ | ( | self | ) |
del(OpenMM::Continuous1DFunction self)
References simtk.openmm.openmm.stripUnits().
| def Copy | ( | self, | |
| args | |||
| ) |
Copy(Continuous1DFunction self) -> Continuous1DFunction.
References simtk.openmm.openmm.stripUnits().
| def getFunctionParameters | ( | self, | |
| args | |||
| ) |
getFunctionParameters(Continuous1DFunction self)
References simtk.openmm.openmm.stripUnits().
| def setFunctionParameters | ( | self, | |
| args | |||
| ) |
setFunctionParameters(Continuous1DFunction self, vectord values, double min, double max)
References simtk.openmm.openmm.stripUnits().
| this |
Referenced by System.__init__().