OpendTect  6.3
stratsynthlevel.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: Satyaki/Bruno
8  Date: July 2013
9 ________________________________________________________________________
10 
11 -*/
12 
13 #include "wellattribmod.h"
14 #include "namedobj.h"
15 #include "color.h"
16 #include "typeset.h"
17 #include "valseriesevent.h"
18 
19 
20 mClass(WellAttrib) StratSynthLevel : public NamedObject
21 {
22 public:
23 
24  StratSynthLevel( const char* nm, Color c,
25  const TypeSet<float>* dpts=0 )
26  : NamedObject(nm), col_(c), snapev_(VSEvent::None)
27  {
28  if ( dpts ) zvals_ = *dpts;
29  }
30 
34 };
VSEvent::Type snapev_
Definition: stratsynthlevel.h:33
Definition: valseriesevent.h:21
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:20
Color is an RGB color object, with a transparancy. The storage is in a 4-byte integer, similar to Qt.
Definition: color.h:24
Definition: stratsynthlevel.h:20
#define mClass(module)
Definition: commondefs.h:161
Type
Definition: valseriesevent.h:24
StratSynthLevel(const char *nm, Color c, const TypeSet< float > *dpts=0)
Definition: stratsynthlevel.h:24

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