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

◆ range()

AxisRange & MayaFlux::Portal::Forma::Plot::AxisRange::range ( float  lo,
float  hi 
)
inline

Set the explicit [min, max] domain.

Has no effect while auto_scaling is true.

Definition at line 39 of file AxisRange.hpp.

40 {
41 min = lo;
42 max = hi;
43 return *this;
44 }

References max, and min.

Referenced by MayaFlux::Portal::Forma::Plot::FilledWaveformBuilder::done().

+ Here is the caller graph for this function: