Create a child class from the ReadNotification class and implement the notification function. It will be called whenever a time point has been read.
Definition at line 35 of file delphin_output_lib_types.h.
Public Member Functions | |
| ReadNotification () | |
| virtual | ~ReadNotification () |
| virtual void | notify ()=0 |
| Reimplement this function in your derived class to perform updates and feedback to the user when reading large output files. | |
| virtual void | notify (int) |
| virtual void | notify (const char *) |
| virtual void | notify (double) |
Public Attributes | |
| bool | abort |
| DELPHIN::ReadNotification::ReadNotification | ( | ) |
Definition at line 37 of file delphin_output_lib_types.h.
| virtual DELPHIN::ReadNotification::~ReadNotification | ( | ) | [virtual] |
Definition at line 38 of file delphin_output_lib_types.h.
| virtual void DELPHIN::ReadNotification::notify | ( | ) | [pure virtual] |
Reimplement this function in your derived class to perform updates and feedback to the user when reading large output files.
| virtual void DELPHIN::ReadNotification::notify | ( | int | ) | [virtual] |
Definition at line 43 of file delphin_output_lib_types.h.
| virtual void DELPHIN::ReadNotification::notify | ( | const char * | ) | [virtual] |
Definition at line 44 of file delphin_output_lib_types.h.
| virtual void DELPHIN::ReadNotification::notify | ( | double | ) | [virtual] |
Definition at line 45 of file delphin_output_lib_types.h.
Definition at line 47 of file delphin_output_lib_types.h.
1.5.5