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

read PDAS data (implementation) More...

#include <algorithm>
#include <iterator>
#include <datrwxx/pdas.h>
#include <datrwxx/pdasread.h>
#include <aff/seriesoperators.h>
Include dependency graph for ipdasstream.cc:

Go to the source code of this file.

Namespaces

 datrw
 Root namespace of library.
 

Macros

#define DATRW_PDAS_CC_VERSION   "DATRW_PDAS_CC V1.3"
 

Detailed Description

read PDAS data (implementation)


Author
Thomas Forbriger
Date
30/03/2004

read PDAS 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
  • 17/09/2004 V1.1 slightly simplified
  • 20/10/2004 V1.2 support scaling for floating point output types
  • 23/11/2010 V1.3 introduced static member data

Definition in file ipdasstream.cc.