|
DATRW++ library: seismic data I/O with multiple formats
|
#include <iostream>#include <sffxx.h>#include <aff/series.h>#include <datrwxx/error.h>#include <datrwxx/properties.h>#include <datrwxx/types.h>

Go to the source code of this file.
Classes | |
| class | datrw::idatstream |
Namespaces | |
| datrw | |
| Root namespace of library. | |
Macros | |
| #define | DATRW_DATREAD_H_VERSION "DATRW_DATREAD_H V1.6" |
Functions | |
| idatstream & | datrw::operator>> (idatstream &is, sff::WID2 &wid2) |
| idatstream & | datrw::operator>> (idatstream &is, sff::SRCE &srce) |
| idatstream & | datrw::operator>> (idatstream &is, sff::INFO &info) |
| idatstream & | datrw::operator>> (idatstream &is, sff::FREE &free) |
| idatstream & | datrw::operator>> (idatstream &is, Tdseries &series) |
| idatstream & | datrw::operator>> (idatstream &is, Tfseries &series) |
| idatstream & | datrw::operator>> (idatstream &is, Tiseries &series) |