Equalizer
2.1.0
Parallel Rendering Framework
|
The result image listener gets notified on new images produced by destination channels. More...
#include <resultImageListener.h>
Public Member Functions | |
ResultImageListener () | |
Construct a new result image listener. More... | |
virtual | ~ResultImageListener () |
Destruct the result image listener. More... | |
virtual void | notifyNewImage (Channel &channel, const Image &image)=0 |
Notify on new image, called from rendering thread in Channel::frameViewFinish(). More... | |
virtual void | notifyFinishFrame () |
Notify on completion of a frame. More... | |
The result image listener gets notified on new images produced by destination channels.
Definition at line 32 of file resultImageListener.h.
|
inline |
Construct a new result image listener.
Definition at line 36 of file resultImageListener.h.
Referenced by notifyFinishFrame().
|
inlinevirtual |
Destruct the result image listener.
Definition at line 38 of file resultImageListener.h.
References notifyNewImage().
|
inlinevirtual |
Notify on completion of a frame.
Definition at line 50 of file resultImageListener.h.
References ResultImageListener().
|
pure virtual |
Notify on new image, called from rendering thread in Channel::frameViewFinish().
channel | the destination channel |
image | the new image, valid only in the current frame |
Referenced by ~ResultImageListener().