|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::ChainNode::ChainNode | ( | const std::shared_ptr< Node > & | source, |
| const std::shared_ptr< Node > & | target | ||
| ) |
Creates a new chain connecting source to target.
| source | The upstream node that processes input first |
| target | The downstream node that processes the source's output |
Definition at line 9 of file NodeStructure.cpp.
References MayaFlux::Journal::Init, m_Source, m_Target, and MayaFlux::Journal::Nodes.