|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Set a custom transformation function for mathematical transformations.
| T | Data type for the custom function |
| func | Custom transformation function |
Allows injection of custom transformation logic for specialized use cases. The function will be called for each data element during transformation.
Definition at line 450 of file UniversalTransformer.hpp.
References a, and MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::m_custom_function.