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

◆ StreamReaderContext()

MayaFlux::Nodes::StreamReaderNode::StreamReaderContext::StreamReaderContext ( )
inline

Definition at line 66 of file StreamReaderNode.hpp.

67 : NodeContext(0.0, typeid(StreamReaderNode).name())
68 {
69 }
NodeContext(double value, std::string type)
Protected constructor for NodeContext.
Definition Node.hpp:85