OpendTect  6.6
staticsdesc.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: K. Tingdahl
8  Date: May 2009
9  RCS: $Id$
10 ________________________________________________________________________
11 
12 */
13 
14 #include "algomod.h"
15 #include "multiid.h"
16 
17 
24 {
25 public:
27 
29  float vel_;
30  BufferString velattrib_; //attrib on statichorizon_
31  //if empty, use vel
32 
33  bool operator==(const StaticsDesc&) const;
34  bool operator!=(const StaticsDesc&) const;
35 
36  static void removePars(IOPar&);
37  void fillPar(IOPar&) const;
38  bool usePar(const IOPar&);
39 
40  static const char* sKeyHorizon();
41  static const char* sKeyVelocity();
42  static const char* sKeyVelocityAttrib();
43 };
44 
45 
StaticsDesc::operator!=
bool operator!=(const StaticsDesc &) const
StaticsDesc::sKeyVelocityAttrib
static const char * sKeyVelocityAttrib()
mExpClass
#define mExpClass(module)
Definition: commondefs.h:177
StaticsDesc::horizon_
MultiID horizon_
Definition: staticsdesc.h:28
StaticsDesc::sKeyVelocity
static const char * sKeyVelocity()
StaticsDesc::operator==
bool operator==(const StaticsDesc &) const
StaticsDesc::velattrib_
BufferString velattrib_
Definition: staticsdesc.h:30
StaticsDesc::fillPar
void fillPar(IOPar &) const
StaticsDesc::sKeyHorizon
static const char * sKeyHorizon()
multiid.h
StaticsDesc::StaticsDesc
StaticsDesc()
StaticsDesc::vel_
float vel_
Definition: staticsdesc.h:29
StaticsDesc
Specifies Statics as a horizon and either a horizon attribute or a constant velocity....
Definition: staticsdesc.h:24
MultiID
Compound key consisting of ints.
Definition: multiid.h:24
BufferString
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size.
Definition: bufstring.h:40
StaticsDesc::removePars
static void removePars(IOPar &)
StaticsDesc::usePar
bool usePar(const IOPar &)
IOPar
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:55

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