TS++ library: time series library

◆ OffsetVariableTaper()

ts::tapers::OffsetVariableTaper::OffsetVariableTaper ( const bool &  debug = false)
inline

Definition at line 108 of file ovtaper.h.

109  : Mdebug(debug), Mvalid(false),
110  Mt1(debug), Mt2(debug), Mt3(debug), Mt4(debug)
111  { }
ovtaper::Picks Mt1
taper picks
Definition: ovtaper.h:142
bool Mdebug
produce debug output if true
Definition: ovtaper.h:138
bool Mvalid
true if taper definition is present
Definition: ovtaper.h:140