OpendTect  6.3
surfaceinfo.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: A.H.Bril
8  Date: Sep 2002
9 ________________________________________________________________________
10 
11 -*/
12 
13 #include "generalmod.h"
14 #include "bufstring.h"
15 #include "dbkey.h"
16 
20 {
21 public:
22  SurfaceInfo( const char* nm, DBKey mi, int vi=-1,
23  const char* attr=0)
24  : dbkey(mi), visid(vi), name(nm), attrnm(attr) {}
25 
27  int visid;
30 
31 };
BufferString name
Definition: surfaceinfo.h:28
Surface info name/attribname with an ID (usually the EM-ID).
Definition: surfaceinfo.h:19
int visid
Definition: surfaceinfo.h:27
DBKey dbkey
Definition: surfaceinfo.h:26
SurfaceInfo(const char *nm, DBKey mi, int vi=-1, const char *attr=0)
Definition: surfaceinfo.h:22
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:38
Full key to any object in the OpendTect data store.
Definition: dbkey.h:36
#define mClass(module)
Definition: commondefs.h:161
BufferString attrnm
Definition: surfaceinfo.h:29

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