TS++ library: time series library

◆ debug()

bool ts::ipo::Interpolator::debug ( ) const
inlineinherited

indicate whether interpolator is in debug mode

Definition at line 126 of file ipo.h.

References ts::ipo::Interpolator::Mdebug.

Referenced by LinearInterpolator(), operator()(), and ts::ipo::resample().

126 { return(Mdebug); }
bool Mdebug
produce debug output
Definition: ipo.h:134
Here is the caller graph for this function: