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

◆ get_token()

ProcessingToken MayaFlux::Nodes::RootNode::get_token ( )
inline

Gets the processing token associated with this root node.

Returns
The processing token (domain)

Definition at line 142 of file RootNode.hpp.

142{ return m_token; }
ProcessingToken m_token
The processing token indicating the domain of this root node.
Definition RootNode.hpp:229