SPH
Public Member Functions | List of all members
UpdateCameraCallbacks Class Reference
Inheritance diagram for UpdateCameraCallbacks:
NullJobCallbacks IJobCallbacks IRunCallbacks Polymorphic

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< ICameragetCamera () const
 
- Public Member Functions inherited from NullJobCallbacks
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...
 
- Public Member Functions inherited from IJobCallbacks
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 48 of file RenderPane.cpp.

Member Function Documentation

◆ getCamera()

AutoPtr<ICamera> UpdateCameraCallbacks::getCamera ( ) const
inline

Definition at line 64 of file RenderPane.cpp.

◆ onEnd()

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

Reimplemented from NullJobCallbacks.

Definition at line 58 of file RenderPane.cpp.

◆ onStart()

virtual void UpdateCameraCallbacks::onStart ( const IJob job)
inlineoverridevirtual

Notifies the caller that a new job started running.

Implements IJobCallbacks.

Definition at line 54 of file RenderPane.cpp.


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