DATRW++ library: seismic data I/O with multiple formats
|
Store the header of a data file. More...
#include <thiesdl1file.h>
Public Member Functions | |
void | clear () |
clear entries More... | |
unsigned int | nsamples () const |
number of samples More... | |
::sff::WID2 | wid2line () const |
return WID2 header More... | |
Public Attributes | |
libtime::TAbsoluteTime | creationdate |
creation date More... | |
libtime::TAbsoluteTime | earliestdate |
earliest date More... | |
std::string | expectedfinaldataline |
Expected final data line (as announced in header lines) More... | |
std::string | expectedinitialdataline |
Expected initial data line (as announced in header lines) More... | |
std::string | initialdataline |
Initial data line. More... | |
libtime::TAbsoluteTime | latestdate |
latest date More... | |
::sff::FREE | lines |
A collection of header lines with hash sign stripped off. More... | |
bool | readsuccessfully |
true if header data was read successfully More... | |
Store the header of a data file.
Definition at line 87 of file thiesdl1file.h.