SPH
|
Public Member Functions | |
virtual void | onStart (const IJob &job) override |
Notifies the caller that a new job started running. More... | |
virtual void | onEnd (const Storage &UNUSED(storage), const Statistics &UNUSED(stats)) override |
AutoPtr< ICamera > | getCamera () const |
![]() | |
virtual void | onStart (const IJob &UNUSED(job)) override |
virtual void | onSetUp (const Storage &UNUSED(storage), Statistics &UNUSED(stats)) override |
virtual void | onTimeStep (const Storage &UNUSED(storage), Statistics &UNUSED(stats)) override |
virtual bool | shouldAbortRun () const override |
Returns whether current run should be aborted or not. More... | |
![]() | |
virtual void | onEnd (const Storage &storage, const Statistics &stats)=0 |
Notifies the caller that the current job ended. More... | |
![]() | |
virtual void | onSetUp (const Storage &storage, Statistics &stats)=0 |
Called right before the run starts, i.e. after initial conditions are set up. More... | |
virtual void | onTimeStep (const Storage &storage, Statistics &stats)=0 |
Called every timestep. More... | |
![]() | |
virtual | ~Polymorphic () |
Definition at line 48 of file RenderPane.cpp.
Definition at line 64 of file RenderPane.cpp.
|
inlineoverridevirtual |
Reimplemented from NullJobCallbacks.
Definition at line 58 of file RenderPane.cpp.
|
inlineoverridevirtual |
Notifies the caller that a new job started running.
Implements IJobCallbacks.
Definition at line 54 of file RenderPane.cpp.