#include <DataOutPlugin.h>
Inheritance diagram for DataOutPlugin:
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 |
|
|
|
hidden copy constructor - we do not want to accidentially copy objects |
|
|
|
|
|
Reimplemented from Plugin.
|
|
|
|
|
|
|