|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Gate auto-scaling behind an arbitrary bool-returning callable.
Any nullary callable returning bool is accepted: an atomic flag read, a node output comparison, a MappedState check, a lambda closing over external state. Implicitly enables auto_scaling.
The predicate is evaluated once per process() call before the new data-derived range is applied. Returning false keeps the current range.
Definition at line 76 of file AxisRange.hpp.
References auto_scaling, and scale_predicate.