DATRW++ library: seismic data I/O with multiple formats
readany.h File Reference

provides all specific data reading classes (prototypes) More...

#include <string>
#include <datrwxx/datread.h>
#include <datrwxx/formats.h>
#include <datrwxx/properties.h>
Include dependency graph for readany.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  datrw::ianystream
 Class to read any type of data file. More...
 

Namespaces

 datrw
 Root namespace of library.
 

Macros

#define ANYDELEGATE(function)   function() const { return(Mis->function()); }
 Delegate member function to underlying input stream. More...
 
#define DATRW_READANY_H_VERSION   "DATRW_READANY_H V1.11"
 

Functions

template<class C >
ianystream & datrw::operator>> (ianystream &is, C &c)
 general input operator More...
 

Detailed Description

provides all specific data reading classes (prototypes)


Author
Thomas Forbriger
Date
31/03/2004

provides all specific data reading classes (prototypes)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)

REVISIONS and CHANGES

  • 31/03/2004 V1.0 Thomas Forbriger
  • 29/06/2007 V1.1 added SAC binary format
  • 19/09/2007 V1.2 added raw GSE format
  • 12/11/2009 V1.3 added TSOFT data
  • 06/10/2010 V1.4 added ASCII format of T. Forbrigers any2ascii
  • 23/11/2010 V1.5 use static members
  • 25/11/2010 V1.6 added Seismic Unix format
  • 26/11/2010 V1.7 moved not input specifc part to formats.h
  • 29/07/2011 V1.8 added constructor accepting format modifiers support property query
  • 07/09/2011 V1.9 more string type format ID support: openmode
  • 29/11/2011 V1.10 present complete idatstream interface
  • 13/04/2018 V1.11 provide access to debug flag if output stream

Definition in file readany.h.