OpenMM
 All Classes Namespaces Functions Variables Pages
Continuous1DFunction Class Reference

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
 

Detailed Description

This is a TabulatedFunction that computes a continuous one dimensional function.

Constructor & Destructor Documentation

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().

Member Function Documentation

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().

Member Data Documentation

this

Referenced by System.__init__().


The documentation for this class was generated from the following file: