Lumiera  0.pre.03
»edit your freedom«
connectivity-obsolete.hpp File Reference

Go to the source code of this file.

Description

Deprecated:
2024 old variant of render node definition stashed away to keep other obsolete code buildable.

Actually, there are three different interfaces to consider

  • the ProcNode::pull is the invocation interface. It is function-call style
  • the builder interface, comprised by the NodeFactory and the WiringFactory.
  • the actual processing function is supposed to be a C function and will be hooked up within a thin wrapper.

By using the builder interface, concrete node and wiring descriptor classes are created, based on some templates. These concrete classes form the "glue" to tie the node network together and contain much of the operation behaviour in a hard wired fashion.

Todo:
WIP-WIP-WIP 2024 delete this file!!!!
See also
nodefactory.hpp
operationpoint.hpp

Definition in file connectivity-obsolete.hpp.

#include "lib/error.hpp"
#include "steam/common.hpp"
#include "steam/asset/proc.hpp"
#include "steam/mobject/parameter.hpp"
#include "steam/engine/state-closure-obsolete.hpp"
#include "steam/engine/channel-descriptor-obsolete.hpp"
#include "lib/frameid.hpp"
#include "lib/ref-array.hpp"
#include <vector>

Classes

class  Connectivity
 Interface: Description of the input and output ports, processing function and predecessor nodes for a given ProcNode. More...
 
class  ProcNode_Obsolete
 Key abstraction of the Render Engine: A Data processing Node. More...
 

Namespaces

 steam
 Steam-Layer implementation namespace root.
 
 steam::engine
 Lumiera's render engine core and operational control.