Equalizer  2.0.0
Parallel Rendering Framework
eq::ResultImageListener Class Referenceabstract

The result image listener gets notified on new images produced by destination channels. More...

#include <resultImageListener.h>

+ Collaboration diagram for eq::ResultImageListener:

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...
 

Detailed Description

The result image listener gets notified on new images produced by destination channels.

See also
Channel::addResultImageListener
Version
1.9

Definition at line 33 of file resultImageListener.h.

Constructor & Destructor Documentation

eq::ResultImageListener::ResultImageListener ( )
inline

Construct a new result image listener.

Version
1.9

Definition at line 37 of file resultImageListener.h.

Referenced by ~ResultImageListener().

+ Here is the caller graph for this function:

virtual eq::ResultImageListener::~ResultImageListener ( )
inlinevirtual

Destruct the result image listener.

Version
1.9

Definition at line 40 of file resultImageListener.h.

References notifyNewImage(), and ResultImageListener().

+ Here is the call graph for this function:

Member Function Documentation

virtual void eq::ResultImageListener::notifyNewImage ( Channel channel,
const Image image 
)
pure virtual

Notify on new image, called from rendering thread in Channel::frameViewFinish().

Parameters
channelthe destination channel
imagethe new image, valid only in the current frame
Version
1.9

Referenced by ~ResultImageListener().

+ Here is the caller graph for this function:


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