SPH
Public Member Functions | List of all members
MovieRenderOutput Class Reference
Inheritance diagram for MovieRenderOutput:
IRenderOutput Polymorphic

Public Member Functions

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...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 55 of file Movie.cpp.

Member Function Documentation

◆ setPath()

void MovieRenderOutput::setPath ( const Path path)
inline

Definition at line 64 of file Movie.cpp.

◆ 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: