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

common interface for all data types (implementation) More...

#include <datrwxx/writeany.h>
#include <datrwxx/error.h>
#include <datrwxx/sff.h>
#include <datrwxx/su.h>
#include <datrwxx/seife.h>
#include <datrwxx/ascii.h>
#include <datrwxx/binary.h>
#include <datrwxx/formatmodifier.h>
#include <datrwxx/util.h>
#include <datrwxx/report.h>
Include dependency graph for writeany.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 

Macros

#define DATRW_WRITEANY_CC_VERSION   "DATRW_WRITEANY_CC V1.11"
 

Detailed Description

common interface for all data types (implementation)


Author
Thomas Forbriger
Date
17/02/2010

common interface for all data types (implementation)

Copyright (c) 2010 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

  • 17/02/2010 V1.0 Thomas Forbriger
  • 08/12/2010 V1.1 provide SU writing
  • 29/07/2011 V1.2 support format modifiers
  • 02/09/2011 V1.3 support seife format
  • 06/09/2011 V1.4 make non-subformat constructor deprecated
  • 07/09/2011 V1.5 more string type format ID support: openmode
  • 05/11/2011 V1.6 provide ASCII output
  • 19/11/2011 V1.7 provide binary output
  • 21/11/2011 V1.8 sff output stream takes modifiers
  • 21/01/2012 V1.9 prepared osustream to take modifiers
  • 23/08/2012 V1.10 ASCII output supports modifiers
  • 18/11/2016 V1.11 set debug mode in base class

Definition in file writeany.cc.