1 #ifndef prestackeventascio_h 2 #define prestackeventascio_h 15 #include "prestackprocessingmod.h" 23 namespace Table {
class FormatDesc; }
91 int getNextLine(
BinID& bid,
int& horid,
92 float& off,
float& val);
od_istream & strm_
Definition: prestackeventascio.h:123
#define mExpClass(module)
Definition: commondefs.h:160
EventAscIO * ascio_
Definition: prestackeventascio.h:124
OD class for stream write common access to the user log file, or std::cout in batch progs...
Definition: od_ostream.h:26
EventManager & evmgr_
Definition: prestackeventascio.h:126
BinIDValueSet::SPos pos_
Definition: prestackeventascio.h:68
#define mODTextTranslationClass(clss)
Definition: uistring.h:38
#define od_int64
Definition: plftypes.h:36
Definition: synthseis.h:36
Event * event_
Definition: prestackeventascio.h:125
Definition: uistring.h:89
od_int64 totalnr_
Definition: prestackeventascio.h:129
uiString message_
Definition: prestackeventascio.h:72
Outputs an ascii string with all PreStack event, each pick on one row. The columns are as follows: ...
Definition: prestackeventascio.h:46
OD class for stream read.
Definition: od_istream.h:24
bool isxy_
Definition: prestackeventascio.h:98
int nrdone_
Definition: prestackeventascio.h:70
od_istream & strm_
Definition: prestackeventascio.h:96
uiString message_
Definition: prestackeventascio.h:128
od_int64 totalNr() const
Definition: prestackeventascio.h:55
BinID lastbid_
Definition: prestackeventascio.h:130
The generalization of something (e.g. a computation) where the steps must be done in sequence...
Definition: task.h:124
Definition: geom2dascio.h:21
Horizontal sampling (inline and crossline range and steps).
Definition: trckeysampling.h:27
int lasthorid_
Definition: prestackeventascio.h:131
uiString uiMessage() const
will be message() again in 7.x
Definition: prestackeventascio.h:117
int fileidx_
Definition: prestackeventascio.h:71
Ascii I/O for PreStack event.
Definition: prestackeventascio.h:80
Positioning in a seismic survey: inline/crossline or lineNr/trcNr.
Definition: binid.h:30
A Pos::IdxPairValueSet with BinIDs.
Definition: binidvalset.h:23
uiString uiMessage() const
will be message() again in 7.x
Definition: prestackeventascio.h:57
od_ostream & strm_
Definition: prestackeventascio.h:63
bool finishedreadingheader_
Definition: prestackeventascio.h:99
EventManager & events_
Definition: prestackeventascio.h:64
float udfval_
Definition: prestackeventascio.h:97
BinIDValueSet locations_
Definition: prestackeventascio.h:67
PreStack event importer.
Definition: prestackeventascio.h:107
TrcKeySampling tks_
Definition: prestackeventascio.h:65
A Event is a set of picks on an event on a single PreStack gather.
Definition: prestackevents.h:49
od_int64 nrDone() const
Definition: prestackeventascio.h:54
od_int64 totalNr() const
Definition: prestackeventascio.h:115
A EventManager is a set of EventsSet on multiple PreStack gathers, and are identified under the same ...
Definition: prestackevents.h:102