Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
render-configurator.hpp File Reference

Strategy to hold all the detail knowledge necessary to establish a running render CalculationStream. More...

Go to the source code of this file.

Description

Strategy to hold all the detail knowledge necessary to establish a running render CalculationStream.

Warning
as of 4/2023 Render-Engine integration work is underway ////////////////////////////////////////TICKET #1280
See also
engine::EngineService
engine::Feed
engine::PlayService

Definition in file render-configurator.hpp.

#include "lib/error.hpp"
#include "lib/nocopy.hpp"
#include "steam/mobject/model-port.hpp"
#include "steam/play/play-process.hpp"
#include "steam/engine/calc-stream.hpp"
#include "steam/play/output-slot.hpp"
#include "steam/play/output-manager.hpp"
#include <functional>
#include <vector>

Namespaces

namespace  steam
 Steam-Layer implementation namespace root.
 
namespace  steam::play
 :test
 

Classes

class  RenderConfigurator
 Strategy for configuring the render process. More...
 

Functions

RenderConfigurator::ConnectFunction buildRenderConfiguration (POutputManager outputPossibilities, Timings playbackTimings)
 Factory function to build a RenderConfigurator specifically tailored for a PlayProcess, about to be started.