|
DATRW++ library: seismic data I/O with multiple formats
|
class to read TSOFT data More...
#include <tsoft.h>


Public Types | |
| typedef idatstream | Tbase |
Public Member Functions | |
| itsoftstream (std::istream &is, const bool &debug=false) | |
| itsoftstream (std::istream &is, const std::string &modifier, const bool &debug=false) | |
| virtual | ~itsoftstream () |
| bool | debug () |
| indicate debug mode More... | |
| void | debug (const bool &debug) |
| set debug mode More... | |
| virtual Tdseries | dseries () |
| sff::FREE | free () const |
| virtual Tfseries | fseries () |
| bool | good () const |
| bool | hasfree () const |
| bool | hasinfo () const |
| bool | hassrce () const |
| sff::INFO | info () const |
| virtual Tiseries | iseries () |
| bool | last () const |
| Properties | properties () const |
| bool | providesd () const |
| bool | providesf () const |
| bool | providesi () const |
| virtual void | skipseries () |
| sff::SRCE | srce () const |
| sff::WID2 | wid2 () const |
Static Public Member Functions | |
| static void | help (std::ostream &os=std::cout) |
| static void | help (std::ostream &os=std::cout, const char *name="idatsream") |
| print some info about data conversion. More... | |
Static Public Attributes | |
| static const std::ios_base::openmode | openmode =std::ios_base::in |
Protected Member Functions | |
| void | newtrace () |
| void | setfilefree (const sff::FREE &free) |
| void | setinfo (const sff::INFO &info) |
| void | setlast () |
| void | setsrce (const sff::SRCE &srce) |
| void | settracefree (const sff::FREE &free) |
| void | setwid2 (const sff::WID2 &wid2) |
Protected Attributes | |
| bool | Mdebug |
| std::istream & | Mis |
Private Member Functions | |
| void | read (std::istream &is) |
| read file to buffer More... | |
Private Attributes | |
| datrw::tsoft::File | Mfile |
| container for complete file More... | |
| aff::Tsubscript | Mitrace |
| index of next trace to be passed More... | |
| tsoft::ReaderConfig | Mreaderconfig |
| TSOFT reader configuration. More... | |