Block listener callback for use with the Spiral class.
More...
#include <mitsuba/render/spiral.h>
Block listener callback for use with the Spiral class.
virtual mitsuba::BlockListener::~BlockListener |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void mitsuba::BlockListener::acquireBlockEvent |
( |
const ImageBlock * |
block | ) |
|
|
pure virtual |
Called whenever an image block is acquired.
virtual void mitsuba::BlockListener::filmChangedEvent |
( |
| ) |
|
|
pure virtual |
Called when the whole film has changed.
virtual void mitsuba::BlockListener::finishEvent |
( |
| ) |
|
|
pure virtual |
Called when rendering is done.
virtual void mitsuba::BlockListener::releaseBlockEvent |
( |
const ImageBlock * |
block | ) |
|
|
pure virtual |
Called whenever an image block is released.
The documentation for this class was generated from the following file: