OpendTect-6_4  6.4
stratsynthlevel.h
Go to the documentation of this file.
1 #ifndef stratsynthlevel_h
2 #define stratsynthlevel_h
3 
4 /*+
5 ________________________________________________________________________
6 
7  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
8  Author: Satyaki/Bruno
9  Date: July 2013
10  RCS: $Id$
11 ________________________________________________________________________
12 
13 -*/
14 
15 #include "wellattribmod.h"
16 #include "namedobj.h"
17 #include "color.h"
18 #include "typeset.h"
19 #include "valseriesevent.h"
20 
21 
22 mClass(WellAttrib) StratSynthLevel : public NamedObject
23 {
24 public:
25 
26  StratSynthLevel( const char* nm, Color c,
27  const TypeSet<float>* dpts=0 )
28  : NamedObject(nm), col_(c), snapev_(VSEvent::None)
29  { if ( dpts ) zvals_ = *dpts; }
30 
34 
35 };
36 
37 
38 #endif
VSEvent::Type snapev_
Definition: stratsynthlevel.h:33
Definition: valseriesevent.h:23
TypeSet< float > zvals_
Definition: stratsynthlevel.h:31
FixedString None()
Definition: keystrs.h:90
Color col_
Definition: stratsynthlevel.h:32
Object with a name.
Definition: namedobj.h:35
Color is an RGB color object, with a transparancy. The storage is in a 4-byte integer, similar to Qt.
Definition: color.h:26
Definition: stratsynthlevel.h:22
#define mClass(module)
Definition: commondefs.h:164
Type
Definition: valseriesevent.h:26
StratSynthLevel(const char *nm, Color c, const TypeSet< float > *dpts=0)
Definition: stratsynthlevel.h:26

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