#include <ConvFactorPlugin.h>
Inheritance diagram for LoadPlugin:
Public Member Functions | |
LoadPlugin (const string=NULL) | |
virtual | ~LoadPlugin () |
virtual void | load (const string) throw (FileNotFound, LibHandleError) |
double | getValueAt (int, int, int=NO_TIME) |
load_exec_function | getValueFunction () |
Private Member Functions | |
LoadPlugin (const LoadPlugin &x) | |
Private Attributes | |
value_t | func_value |
|
hidden copy constructor - we do not want to accidentially copy objects |
|
|
|
|
|
|
|
|
|
Reimplemented from Plugin.
|
|
|