DELPHIN::ReadNotification Class Reference

List of all members.


Detailed Description

Used to provide feedback from the output file read function to any user.

Create a child class from the ReadNotification class and implement the notification function. It will be called whenever a time point has been read.

See also:
Delphin5OutputData::readData

Delphin5OutputData::readHeader

Delphin5OutputData::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

Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 47 of file delphin_output_lib_types.h.


The documentation for this class was generated from the following file:

Generated on Tue Mar 24 18:12:08 2009 for Delphin 5 Outputs Library by  doxygen 1.5.5