MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ ActionToken() [1/3]

MayaFlux::Kriya::ActionToken::ActionToken ( std::shared_ptr< Nodes::Node _node)

Constructs an ActionToken representing a node connection.

Parameters
_nodeThe processing node to connect

Creates a token that represents connecting a processing node to the output or applying some other operation to it.

Definition at line 54 of file Chain.cpp.

56 , node(std::move(_node))
57{
58}
std::shared_ptr< Nodes::Node > node
The processing node to connect (for NODE type tokens)
Definition Chain.hpp:183
Utils::ActionType type
The type of action this token represents.
Definition Chain.hpp:175