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

◆ as_scalar()

double MayaFlux::Core::InputValue::as_scalar ( ) const
inline

Definition at line 256 of file InputBinding.hpp.

256{ return std::get<double>(data); }
std::variant< double, std::vector< double >, std::vector< uint8_t >, MIDIMessage, OSCMessage > data

Referenced by MayaFlux::Nodes::Input::InputNode::extract_value().

+ Here is the caller graph for this function: