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

◆ NodeContext()

MayaFlux::Nodes::NodeContext::NodeContext ( double  value)
inlineprotected

Protected constructor for NodeContext.

Parameters
valueThe current sample value
typeString identifier for the context type

This constructor is protected to ensure that only derived classes can create context objects, with proper type identification.

Definition at line 103 of file Node.hpp.

104 : value(value)
105 {
106 }
double value
Current sample value.
Definition Node.hpp:63