DATRW++ library: seismic data I/O with multiple formats
isffstream.cc File Reference

read sff data (implementation) More...

#include <datrwxx/sff.h>
#include <sffxx.h>
Include dependency graph for isffstream.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 

Macros

#define DATRW_ISFF_CC_VERSION   "DATRW_ISFF_CC V1.5"
 

Detailed Description

read sff data (implementation)


Author
Thomas Forbriger
Date
30/03/2004

read sff data (implementation)


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

  • 30/03/2004 V1.0 Thomas Forbriger
  • 12/06/2004 V1.1 provides DEBUG output
  • 29/06/2007 V1.2 read SRCE line prior to file FREE block
  • 03/07/2007 V1.3 read FREE block prior to file SRCE line order of elements in file header should not be defined by the order of the code characters since reading functions in libsffxx do not respect this order. libstuff always writes the FREE block first in sff_WOpenFS
  • 23/11/2010 V1.4 introduced static member data
  • 18/11/2016 V1.5 use debug flag in base class

Definition in file isffstream.cc.