
#include <Simulation/SimEvents.H>
Inheritance diagram for SimEventSaveOutput:


SimOutputFrameSeries (or others) may post this when it is time to save the next round of outputs. SimModule objects may want to catch this if they have possible outputs to save. They should then use the ModelComponentSaveInfo data contained here in the event to decide how and where to save their stuff.
Definition at line 128 of file SimEvents.H.
Public Member Functions | |
| SimEventSaveOutput (SimModule *src, const rutz::shared_ptr< ModelComponentSaveInfo > &sinfo) | |
| Constuctor. | |
| virtual | ~SimEventSaveOutput () |
| Destructor. | |
| const ModelComponentSaveInfo & | sinfo () const |
| Get the saveinfo data. | |
|
||||||||||||
|
Constuctor.
Definition at line 92 of file SimEvents.C. |
|
|
Destructor.
Definition at line 97 of file SimEvents.C. |
|
|
Get the saveinfo data.
Definition at line 100 of file SimEvents.C. |
1.4.4