|
MSpin-JCoupling
2.1
|
A set of parameters. More...
#include <jequation.h>
Public Member Functions | |
| ParameterSet () | |
| Empty constructor. | |
| ParameterSet (const std::string &name) | |
| Construct an empty parameter set with name n. | |
| const std::vector< Parameter > & | Set () const |
| std::vector< Parameter > & | Set () |
| std::string | Name () const |
| void | SetName (const std::string &name) |
| ParameterSet & | operator<< (Parameter f) |
| Implemented for convenience Syntactic sugar to write long lists of parameters. | |
| void | Save (std::ostream &s) const |
A set of parameters.
Each set of parameters is represented by an instantiation of this class, for instance A, B and C parameters in Karplus equation
|
inline |
| void magnes::JEquation::ParameterSet::Save | ( | std::ostream & | s | ) | const |
Save this parameter set to stream s
|
inline |
|
inline |
|
inline |
Set the name of the set to name
1.8.12