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

read Thomas Forbrigers ASCII data (prototypes) More...

#include <datrwxx/datread.h>
#include <datrwxx/readtfascii.h>
Include dependency graph for tfascii.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  datrw::itfasciistream
 input stream to read seismic data provided by T. Forbriger's any2ascii More...
 

Namespaces

 datrw
 Root namespace of library.
 
 datrw::tfascii
 all functions, classes, etc. to read data format of T.Forbriger's any2ascii
 

Macros

#define DATRW_TFASCII_H_VERSION   "DATRW_TFASCII_H V1.1"
 

Variables

const bool datrw::tfascii::isbinary =false
 Format properties. More...
 
const char *const datrw::tfascii::streamID ="tfascii"
 Format properties. More...
 

Detailed Description

read Thomas Forbrigers ASCII data (prototypes)


Author
Daniel Armbruster
Date
05/10/2010

Purpose: read Thomas Forbrigers ASCII data (prototypes)


This file is part of libdatrwxx.

libdatrwxx 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 3 of the License, or (at your option) any later version.

libdatrwxx 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 libdatrwxx. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2010 by Daniel Armbruster

REVISIONS and CHANGES

  • 05/10/2010 V0.1 Daniel Armbruster
  • 23/11/2010 V1.1 Thomas Forbriger: introduced static member data

Definition in file tfascii.h.