OpendTect  6.3
seisps3dprovider.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*
4 ________________________________________________________________________
5 
6  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
7  Author: Bert
8  Date: Nov 2016
9 ________________________________________________________________________
10 
11 */
12 
13 #include "seisprovider.h"
14 class SeisPS3DReader;
15 
16 
17 namespace Seis
18 {
19 
20 class PS3DFetcher;
21 
27 public:
28 
29  PS3DProvider();
30  PS3DProvider(const DBKey&);
31  ~PS3DProvider();
32  virtual GeomType geomType() const { return VolPS; }
33 
34  virtual bool getRanges(TrcKeyZSampling&) const;
35  virtual void getGeometryInfo(PosInfo::CubeData&) const;
36 
37 protected:
38 
39  friend class PS3DFetcher;
40  PS3DFetcher& fetcher_;
41 
42  virtual void doUsePar(const IOPar&,uiRetVal&);
43  virtual void doReset(uiRetVal&) const;
44  virtual int gtNrOffsets() const;
45  virtual void doGetNextGather(SeisTrcBuf&,uiRetVal&) const;
46  virtual void doGetGather(const TrcKey&,SeisTrcBuf&,uiRetVal&) const;
47  virtual void doGetNext(SeisTrc&,uiRetVal&) const;
48  virtual void doGet(const TrcKey&,SeisTrc&,uiRetVal&) const;
49 
50  SeisPS3DReader* mkReader() const;
51 
52 };
53 
54 
55 } // namespace Seis
#define mExpClass(module)
Definition: commondefs.h:157
Seismics.
Definition: segydirectdef.h:20
is the place to get traces from your 3D PS data stores.
Definition: seisps3dprovider.h:25
#define mODTextTranslationClass(clss)
Definition: uistring.h:37
PS3DFetcher & fetcher_
Definition: seisps3dprovider.h:40
Definition: seistype.h:31
reads from a 3D prestack seismic data store.
Definition: seispsread.h:58
GeomType
Definition: seistype.h:31
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:53
Hor+Vert sampling in 3D surveys.
Definition: trckeyzsampling.h:32
Seismic trace.
Definition: seistrc.h:31
Definition: uistring.h:299
set of seismic traces.
Definition: seisbuf.h:28
Full key to any object in the OpendTect data store.
Definition: dbkey.h:36
Represents a unique trace position in one of the surveys that OpendTect is managing.
Definition: trckey.h:26
Position info for an entire 3D cube. The LineData's are not sorted.
Definition: posinfo.h:96
base class for Providers for 3D data. Extends Provider with some 3D specific services.
Definition: seisprovider.h:168
virtual GeomType geomType() const
Definition: seisps3dprovider.h:32

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017