#include <DataOutPlugin.h>


Public Member Functions | |
| DataOutPlugin (const string=NULL) | |
| virtual | ~DataOutPlugin () | 
| virtual void | load (const string) throw (FileNotFound, LibHandleError) | 
| void | setModelData (double **) | 
| void | setMetaData () | 
Private Types | |
| typedef double(* | value_t )(double **, int, int) | 
Private Member Functions | |
| DataOutPlugin (const DataOutPlugin &x) | |
Private Attributes | |
| value_t | func_value | 
typedef double(* DataOutPlugin::value_t)(double **, int, int) [private] | 
        
| DataOutPlugin::DataOutPlugin | ( | const DataOutPlugin & | x | ) |  [private] | 
        
hidden copy constructor - we do not want to accidentially copy objects
| DataOutPlugin::DataOutPlugin | ( | const string |  _name = NULL | 
          ) | 
| DataOutPlugin::~DataOutPlugin | ( | ) |  [virtual] | 
        
References crusde_debug(), and Plugin::name.
| void DataOutPlugin::load | ( | const | string | ) |   throw (FileNotFound, LibHandleError) [virtual] | 
        
Reimplemented from Plugin.
References crusde_debug(), and Plugin::load().
Referenced by SimulationCore::init().
| void DataOutPlugin::setMetaData | ( | ) |  [inline] | 
        
| void DataOutPlugin::setModelData | ( | double ** | result | ) | 
References crusde_debug(), func_value, and Plugin::name.
Referenced by SimulationCore::setModelData().
value_t DataOutPlugin::func_value [private] | 
        
Referenced by setModelData().
 1.6.1-20091004