SPH
|
#include <IRenderer.h>
Classes | |
struct | Label |
Public Member Functions | |
virtual void | update (const Bitmap< Rgba > &bitmap, Array< Label > &&labels, const bool isFinal)=0 |
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)=0 |
May be called once after render finishes or multiple times for progressive renderers. More... | |
![]() | |
virtual | ~Polymorphic () |
Definition at line 37 of file IRenderer.h.
|
pure virtual |
May be called once after render finishes or multiple times for progressive renderers.
Implemented in BitmapOutput, and MovieRenderOutput.
|
pure virtual |
May be called once after render finishes or multiple times for progressive renderers.
Implemented in BitmapOutput, and MovieRenderOutput.