Equalizer
1.10.1
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... | |
The result image listener gets notified on new images produced by destination channels.
Definition at line 33 of file resultImageListener.h.
|
inline |
Construct a new result image listener.
Definition at line 37 of file resultImageListener.h.
|
inlinevirtual |
|
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 |