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

wrapper around SFF output stream (implementation) More...

#include <datrwxx/sff.h>
#include <datrwxx/debug.h>
#include <datrwxx/sffwriters.h>
#include <datrwxx/formatmodifier.h>
Include dependency graph for osffstream.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 

Macros

#define DATRW_OSFF_CC_VERSION   "DATRW_OSFF_CC V1.4"
 

Detailed Description

wrapper around SFF output stream (implementation)


Author
Thomas Forbriger
Date
11/04/2006

wrapper around SFF output stream (implementation)

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


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

REVISIONS and CHANGES

  • 11/04/2006 V1.0 Thomas Forbriger
  • 17.12.2010 V1.1
    - bug fix: INFO data was not passed
    • declare SFF data type as single precision
    • declare GSE data type as integer
  • 07/06/2011 V1.2 promise constness of series samples
  • 21/11/2011 V1.3 introduce format modifiers
  • 18/11/2016 V1.4 use debug flag in base class

Definition in file osffstream.cc.