TS++ library: time series library

◆ read() [1/2]

void ts::tapers::OffsetVariableTaper::read ( std::istream &  is)

read taper definition from input stream is

Definition at line 159 of file ovtaper.cc.

References Mt1, Mt2, Mt3, Mt4, Mvalid, and ts::tapers::ovtaper::Picks::read().

Referenced by main(), and read().

160  {
161  Mt1.read(is);
162  Mt2.read(is);
163  Mt3.read(is);
164  Mt4.read(is);
165  Mvalid=true;
166  } // void OffsetVariableTaper::read(std::istream& is)
ovtaper::Picks Mt1
taper picks
Definition: ovtaper.h:142
bool Mvalid
true if taper definition is present
Definition: ovtaper.h:140
void read(std::istream &is)
read from file in refract taper file format
Definition: ovtaper.cc:54
Here is the call graph for this function:
Here is the caller graph for this function: