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

◆ operator()()

template<typename D , typename R >
R MayaFlux::Kinesis::Tendency< D, R >::operator() ( const D &  d) const
inline

Evaluate the tendency at a point in the domain.

Parameters
dDomain value
Returns
Range value

Definition at line 30 of file Tendency.hpp.

30{ return fn(d); }
std::function< R(const D &)> fn
Definition Tendency.hpp:23

References MayaFlux::Kinesis::Tendency< D, R >::fn.