MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / qwtLogInterval

Function qwtLogInterval

3rdparty/qwt/src/qwt_scale_engine.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static inline QwtInterval qwtLogInterval( double base, const QwtInterval& interval )
25{
26 return QwtInterval( qwtLog( base, interval.minValue() ),
27 qwtLog( base, interval.maxValue() ) );
28}
29
30static inline QwtInterval qwtPowInterval( double base, const QwtInterval& interval )
31{

Callers 4

autoScaleMethod · 0.85
divideScaleMethod · 0.85
buildMajorTicksMethod · 0.85
alignMethod · 0.85

Calls 4

qwtLogFunction · 0.85
minValueMethod · 0.80
maxValueMethod · 0.80
QwtIntervalClass · 0.70

Tested by

no test coverage detected