DATRW++ library: seismic data I/O with multiple formats
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NdatrwRoot namespace of library
 NasciiInternals of the ascii I/O module
 NbinaryInternals of the binary I/O module
 CibinstreamStream like class for binary input of basic types and classes
 CobinstreamBinary output for basic types and classes
 NbonjerAll functions, classes, etc. to read K. Bonjers data format
 CheaderHold file header contents
 NformatmodifiersNamespace containing components of format modifiers
 CModifierHelpHelp formatting modifier online help
 CValueA struct to store values for a given key
 NhpmoAll classes and functions to extract data from HPMO files
 CHeaderRead, hold and handle one minute block header line
 CMinuteBlockHold one minute block
 CNoHeaderExceptionThis excpetion will be thrown by the Header reading function, in case it does not find something that look like a header (i.e. a line with more or less than 44 characters)
 CSampleBlockHold samples of one minute-block
 NmseedAll the stuff to read mini-SEED data
 NSEED
 CConsistencyCheckControl
 CConsistencyChecks
 CDebug
 CMiniSEEDblock
 CMiniSEEDRecord
 CRecord
 NpdasAll functions, classes etc. to read PDAS data
 CFoundEOF
 CHeaderStruct to hold complete header
 CHeaderLineStruct to hold content of header line
 NsacAll the stuff to read SAC binary data
 CSACheaderHeader structure for SAC binary data
 NseifeInternals of the seife I/O module
 CHeaderClass to hold complete seife header
 CParameterLineSeife format header parameter line
 NsuAll classes and functions to extract data from Seismic Unix files
 Nhelper
 NoptionsOptions to be passed between classes definitions
 NsubformatSubformat definitions
 CCoordinatesFull set of coordinates.This struct holds a full set of coordinates for a SEG-Y trace header. It provides functions to read the values from a given trace header and to set values in a trace header. Further it provides a function to chose equal scaling values for horizontal coordinates on one hand and vertical coordinates on the other hand. This class combines six members of type datrw::su::ScalCoo in order to scale coordinates coherently. It is used in the set functions of datrw::su::SUheader not as a member data but as a conversion and scaling tool
 CScalCooScaled coordinate.This struct holds one coordinate together with a scale value. It provides functions to support appropriate scaling and to explore dynamic range
 CSUheaderC++ class to handle Seismic Un*x header struct
 CSUReadException
 CTraceHeaderStructSEG-Y and SU trace header as taken from segy.h coming with SeismicUnixsegy - trace identification header
 NtfasciiAll functions, classes, etc. to read data format of T.Forbriger's any2ascii
 CFileHeaderHolds the fileheader data
 CTraceHeaderHolds the traceheader data
 Nthiesdl1Internals of the Thies DL1 reading module
 CDataLineStore one line of data as read from DL1
 CExceptionInconsistentLineException indicating an inconsistent data line
 CExceptionRecordWindowException indicating an inconsistent data line
 CFileStore a full data file
 CFileHeaderStore the header of a data file
 NtsoftAll classes and functions to extract data from TSOFT files
 CChannelStruct to hold a pair of channel names
 CChanneldataDate for one channel
 CChannelDescriptionHold channel description
 CChannelinfoChannel info
 CChecklistCheck list for requiered fields
 CDatacontainerData container
 CDatalineOne data line
 CDatasequenceSequence of contiguous data
 CDatatraceTrace of contiguous data
 CFileContents of a complete TSOFT file
 CLineTakes one line and splits it into tag and information
 CReaderConfigConfig parameters for data extractionThese parameters control the way gaps in the input data are handled
 CSFFchannelidHold SFF channel description
 CTraceContents for one trace of data
 CTSOFTchannelidHold TSOFT channel description
 CTSOFTfileRead a complete file
 NutilSome components used by several I/O format modules
 CIOUnion
 Cseriesreservoir
 CExceptionBase class for exceptions
 CianystreamClass to read any type of data file
 CiasciistreamClass to read ascii data
 CibinarystreamClass to read binary data
 CibonjerstreamInput stream to read seismic data provided by K. Bonjer
 Cidatstream
 CigsestreamClass to read raw GSE data
 CihpmostreamClass to read HPMO data
 CimseedstreamClass to read mini-SEED data
 CipdasstreamClass to read PDAS data
 CisacstreamClass to read SAC binary data
 CiseifestreamClass to read seife data
 CisffstreamClass to read SFF data
 CisustreamClass to read SeismicUnix data
 CitfasciistreamInput stream to read seismic data provided by T. Forbriger's any2ascii
 Cithiesdl1streamClass to read Thies DL1 data
 CitsoftstreamClass to read TSOFT data
 CoanystreamClass to write any type of data file
 CoasciistreamClass to write ascii data
 CobinarystreamClass to write binary
 Codatstream
 CogsestreamClass to write GSE data
 CoseifestreamClass to write seife data
 CosffstreamClass to write SFF data
 CosustreamClass to write SU data
 CPropertiesProperties base class
 CsequentialtracereaderSequential trace reader
 CSubformatClass to handle format modifiersThis class is used to parse a format modifier string. Detailed instructions will be given upon request. For some hints have a look at tests/libdatrwxxtests.c
 COptions