MSpin-JCoupling
2.1
|
Representation of a parameter in an empirical equation. More...
#include <jequation.h>
Public Member Functions | |
Parameter (const std::string &name, float value) | |
void | SetName (const std::string &name) |
const std::string & | Name () const |
void | SetValue (float value) |
float | Value () const |
Representation of a parameter in an empirical equation.
Empirical Karplus-like relationships depends on several parameters determined frequently by fitting to empirical data, for instance Karplus Fourier-like relation ship depends on three parameters named A, B and C normally
|
inline |
name | the name of the set |
value | the floating point numerical value for this parameter |
|
inline |
|
inline |
name | Set the name of this parameter to name |
|
inline |
Set the numerical value of the parameter to
value |
|
inline |