#include <CrustalDecayPlugin.h>
Inheritance diagram for CrustalDecayPlugin:
Public Member Functions | |
CrustalDecayPlugin (const string=NULL) | |
virtual | ~CrustalDecayPlugin () |
void | setJobName (const string) |
const string | getJobName () |
virtual void | load (const string) throw (FileNotFound, LibHandleError) |
double | getValueAt (unsigned int) throw (LibHandleError) |
crustaldecay_exec_function | getValueFunction () throw (LibHandleError) |
Private Member Functions | |
CrustalDecayPlugin (const CrustalDecayPlugin &x) | |
Private Attributes | |
crustaldecay_exec_function | func_value |
string | job_name |
CrustalDecayPlugin::CrustalDecayPlugin | ( | const CrustalDecayPlugin & | x | ) | [private] |
hidden copy constructor - we do not want to accidentially copy objects
CrustalDecayPlugin::CrustalDecayPlugin | ( | const | string = NULL |
) |
CrustalDecayPlugin::~CrustalDecayPlugin | ( | ) | [virtual] |
void CrustalDecayPlugin::setJobName | ( | const | string | ) |
const string CrustalDecayPlugin::getJobName | ( | ) |
void CrustalDecayPlugin::load | ( | const | string | ) | throw (FileNotFound, LibHandleError) [virtual] |
Reimplemented from Plugin.
double CrustalDecayPlugin::getValueAt | ( | unsigned | int | ) | throw (LibHandleError) |
crustaldecay_exec_function CrustalDecayPlugin::getValueFunction | ( | ) | throw (LibHandleError) |
string CrustalDecayPlugin::job_name [private] |