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

subformat keys and properties (prototypes) More...

#include <string>
Include dependency graph for suformat.h:

Go to the source code of this file.

Classes

struct  datrw::su::options::SpatialSampling
 options to control the way spatial sampling header variables are handeled. More...
 
struct  datrw::su::options::SUHeaderControl
 options to control the way header variables are handeled. More...
 
struct  datrw::su::options::TemporalSampling
 options to control the way temporal sampling header variables are handeled. More...
 

Namespaces

 datrw
 Root namespace of library.
 
 datrw::su
 All classes and functions to extract data from Seismic Unix files.
 
 datrw::su::options
 options to be passed between classes definitions
 
 datrw::su::subformat
 subformat definitions
 
 datrw::su::subformat::def
 default values for subformat modifiers
 
 datrw::su::subformat::key
 key for subformat modifiers
 

Macros

#define DATRW_SUFORMAT_H_VERSION   "DATRW_SUFORMAT_H V1.3"
 

Functions

options::SUHeaderControl datrw::su::inputmodifiers (const std::string &modifier, const bool &debug)
 evaluate input stream format modifiers More...
 
options::SUHeaderControl datrw::su::outputmodifiers (const std::string &modifier, const bool &debug)
 evaluate output stream format modifiers More...
 

Detailed Description

subformat keys and properties (prototypes)


Author
Thomas Forbriger
Date
21/11/2011

subformat keys and properties (prototypes)

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

  • 21/11/2011 V1.0 Thomas Forbriger
  • 21/01/2012 V1.1 added option structs and strict modifier
  • 22/01/2012 V1.2 bestrict control parameter must be bundled with spatial sampling parameters
  • 24/01/2012 V1.3 provide functions to evaluate output modifiers

Definition in file suformat.h.