|
void | setPath (const Path &path) |
|
virtual void | update (const Bitmap< Rgba > &bitmap, Array< Label > &&labels, const bool isFinal) override |
| May be called once after render finishes or multiple times for progressive renderers. More...
|
|
virtual void | update (Bitmap< Rgba > &&bitmap, Array< Label > &&labels, const bool isFinal) override |
| May be called once after render finishes or multiple times for progressive renderers. More...
|
|
virtual | ~Polymorphic () |
|
Definition at line 55 of file Movie.cpp.
◆ setPath()
void MovieRenderOutput::setPath |
( |
const Path & |
path | ) |
|
|
inline |
◆ update() [1/2]
virtual void MovieRenderOutput::update |
( |
Bitmap< Rgba > && |
bitmap, |
|
|
Array< Label > && |
labels, |
|
|
const bool |
isFinal |
|
) |
| |
|
inlineoverridevirtual |
May be called once after render finishes or multiple times for progressive renderers.
Implements IRenderOutput.
Definition at line 87 of file Movie.cpp.
◆ update() [2/2]
virtual void MovieRenderOutput::update |
( |
const Bitmap< Rgba > & |
bitmap, |
|
|
Array< Label > && |
labels, |
|
|
const bool |
isFinal |
|
) |
| |
|
inlineoverridevirtual |
May be called once after render finishes or multiple times for progressive renderers.
Implements IRenderOutput.
Definition at line 68 of file Movie.cpp.
The documentation for this class was generated from the following file:
- /home/pavel/projects/astro/sph/src/gui/objects/Movie.cpp