Save your outputs. More...
#include <Simulation/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. |
Save your outputs.
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.
SimEventSaveOutput::SimEventSaveOutput | ( | SimModule * | src, | |
const rutz::shared_ptr< ModelComponentSaveInfo > & | sinfo | |||
) |
Constuctor.
Definition at line 92 of file SimEvents.C.
SimEventSaveOutput::~SimEventSaveOutput | ( | ) | [virtual] |
Destructor.
Definition at line 97 of file SimEvents.C.
const ModelComponentSaveInfo & SimEventSaveOutput::sinfo | ( | ) | const |
Get the saveinfo data.
Definition at line 100 of file SimEvents.C.