TS++ library: time series library
|
a sequence of picks More...
#include <ovtaper.h>
Public Types | |
typedef std::list< Pick > | Tlistofpick |
Public Member Functions | |
Picks (const bool &debug) | |
void | read (std::istream &is) |
read from file in refract taper file format More... | |
Pick | pick (const double &offset) const |
return interpolated pick for given offset More... | |
double | time (const double &offset) const |
return time for interpolated pick at given offset More... | |
Private Attributes | |
bool | Mdebug |
produce debug output if true More... | |
Tlistofpick | Mpicks |
picks More... | |