conv/many suite: convert (m)any seismic data format(s)
anyindex.cc File Reference

create index of data files More...

#include <fstream>
#include <iostream>
#include <vector>
#include <string>
#include <tfxx/commandline.h>
#include <tfxx/error.h>
#include <tfxx/stringfunc.h>
#include <tfxx/seitosh.h>
#include <datrwxx/readany.h>
#include <datrwxx/debug.h>
#include <sffostream.h>
Include dependency graph for anyindex.cc:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define ANYINDEX_VERSION   "ANYINDEX V1.6 create index of data files"
 

Typedefs

typedef std::vector< std::string > Tvecofstrings
 
typedef datrw::Tdseries Tseries
 

Functions

int main (int iargc, char *argv[])
 

Detailed Description

create index of data files


Author
Thomas Forbriger
Date
06/09/2004

create index of data files

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


This file is part of the conv/many suite.

The conv/many suite 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

  • 06/09/2004 V1.0 Thomas Forbriger
  • 23/12/2004 V1.1 added debugging output
  • 26/04/2006 V1.2 pass debugging flag to reading class
  • 11/05/2006 V1.3 skip series and flush output
  • 13/04/2010 V1.4 use WIDX for index files
  • 03/05/2010 V1.5 output WIDX to terminal for debugging
  • 25/11/2010 V1.6
    - use correct open mode upon ifstream open

Definition in file anyindex.cc.