|
ESyS-Particle
2.3.4
|
Abstract base class for interaction parameters. More...
#include <InteractionParam.h>

Public Member Functions | |
| AIParam (const string &) | |
| virtual | ~AIParam ()=0 |
| string | getName () const |
| double | getParamByName (const string &) |
| void | addParameter (const string &, double) |
Private Attributes | |
| string | m_name |
| map< string, double > | m_data |
Abstract base class for interaction parameters.
| AIParam::AIParam | ( | const string & | s | ) |
References m_name.
|
pure virtual |
| void AIParam::addParameter | ( | const string & | s, |
| double | d | ||
| ) |
References m_data.
|
inline |
References m_name.
| double AIParam::getParamByName | ( | const string & | s | ) |
References m_data.
|
private |
Referenced by addParameter(), and getParamByName().