|
TSIO++ Time series input/output
|
hold all information contained in an SFF data file More...
#include <sfftsfile.h>


Public Types | |
| typedef TraceVector< C > | Tbase |
| typedef Tbase | Ttracevector |
| typedef Tbase::Ttimeseries | Ttimeseries |
| typedef tfxx::RangeList< int > | Trangelist |
Public Member Functions | |
| void | read (datrw::idatstream &is, const bool &verbose=false) |
| Read a complete file with all traces. More... | |
| void | read (datrw::idatstream &is, const Trangelist &rl, const bool &verbose=false) |
| Read a data file an extract selected traces. More... | |
Public Attributes | |
| FileHeader | fileheader |
| T | elements |
| STL member. More... | |
hold all information contained in an SFF data file
Store the complete information contained in a data file
Definition at line 66 of file sfftsfile.h.