|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| auto MayaFlux::Kinesis::temporal_field | ( | std::string | name, |
| Lambda && | , | ||
| std::string_view | text | ||
| ) |
Build a TemporalField from a lambda and its stringified text.
The auxiliary parameter must be float. Domain and range are deduced from the call operator, so the returned type follows the authored signature. Prefer MF_FIELD_T: this cannot check that fn and text correspond.
Definition at line 160 of file DualField.hpp.
References name, MayaFlux::Kinesis::FieldSource::parse(), and MayaFlux::Kinesis::TemporalField< D, R >::source.
Here is the call graph for this function: