SPH
Public Member Functions | List of all members
NullJobCallbacks Class Reference

#include <Node.h>

Inheritance diagram for NullJobCallbacks:
IJobCallbacks IRunCallbacks Polymorphic UpdateCameraCallbacks

Public Member Functions

virtual void onStart (const IJob &UNUSED(job)) override
 
virtual void onEnd (const Storage &UNUSED(storage), const Statistics &UNUSED(stats)) 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...
 
- Public Member Functions inherited from IJobCallbacks
virtual void onStart (const IJob &job)=0
 Notifies the caller that a new job started running. More...
 
virtual void onEnd (const Storage &storage, const Statistics &stats)=0
 Notifies the caller that the current job ended. More...
 
- Public Member Functions inherited from IRunCallbacks
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...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 37 of file Node.h.

Member Function Documentation

◆ onEnd()

virtual void NullJobCallbacks::onEnd ( const Storage UNUSEDstorage,
const Statistics UNUSEDstats 
)
inlineoverridevirtual

Reimplemented in UpdateCameraCallbacks.

Definition at line 41 of file Node.h.

◆ onSetUp()

virtual void NullJobCallbacks::onSetUp ( const Storage UNUSEDstorage,
Statistics UNUSEDstats 
)
inlineoverridevirtual

Definition at line 43 of file Node.h.

◆ onStart()

virtual void NullJobCallbacks::onStart ( const IJob UNUSEDjob)
inlineoverridevirtual

Definition at line 39 of file Node.h.

◆ onTimeStep()

virtual void NullJobCallbacks::onTimeStep ( const Storage UNUSEDstorage,
Statistics UNUSEDstats 
)
inlineoverridevirtual

Definition at line 45 of file Node.h.

◆ shouldAbortRun()

virtual bool NullJobCallbacks::shouldAbortRun ( ) const
inlineoverridevirtual

Returns whether current run should be aborted or not.

Can be called any time.

Implements IRunCallbacks.

Definition at line 47 of file Node.h.


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