37 #ifndef DATRW_TFASCII_H_VERSION 39 #define DATRW_TFASCII_H_VERSION \ 40 "DATRW_TFASCII_H V1.1" 43 #include <datrwxx/readtfascii.h> 96 static void help(std::ostream& os=std::cout);
114 #endif // DATRW_TFASCII_H_VERSION (includeguard) virtual void skipseries()
reads only the header of the data
input stream to read seismic data provided by T. Forbriger's any2ascii
aff::Series< float > Tfseries
virtual Tdseries dseries()
to read the data as double
itfasciistream(std::istream &is, const bool &verbose=false)
constructor
const bool Mverbose
for verbose output
aff::Series< double > Tdseries
void set_fileheader()
set the file header data
virtual Tfseries fseries()
to read the data as float
const char *const streamID
Format properties.
bool get_verbose() const
member function
Root namespace of library.
const bool isbinary
Format properties.
static const std::ios_base::openmode openmode
aff::Series< int > Tiseries
static void help(std::ostream &os=std::cout)
print some info about data conversion
virtual Tiseries iseries()
to read the data as integer
void set_traceheader()
set the trace header data
virtual ~itfasciistream()
destructor