OpendTect  6.6
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  RCS: $Id$
10 ________________________________________________________________________
11 
12 -*/
13 
14 #include "wellattribmod.h"
15 #include "namedobj.h"
16 #include "color.h"
17 #include "typeset.h"
18 #include "valseriesevent.h"
19 
20 
21 mClass(WellAttrib) StratSynthLevel : public NamedObject
22 {
23 public:
24 
25  StratSynthLevel( const char* nm, Color c,
26  const TypeSet<float>* dpts=0 )
27  : NamedObject(nm), col_(c), snapev_(VSEvent::None)
28  { if ( dpts ) zvals_ = *dpts; }
29 
33 
34 };
35 
36 
StratSynthLevel::col_
Color col_
Definition: stratsynthlevel.h:31
NamedObject
object with a name.
Definition: namedobj.h:42
StratSynthLevel::snapev_
VSEvent::Type snapev_
Definition: stratsynthlevel.h:32
StratSynthLevel::zvals_
TypeSet< float > zvals_
Definition: stratsynthlevel.h:30
valseriesevent.h
namedobj.h
typeset.h
StratSynthLevel::StratSynthLevel
StratSynthLevel(const char *nm, Color c, const TypeSet< float > *dpts=0)
Definition: stratsynthlevel.h:25
mClass
#define mClass(module)
Definition: commondefs.h:181
VSEvent::Type
Type
Definition: valseriesevent.h:25
Network::None
@ None
Definition: networkcommon.h:33
StratSynthLevel
Definition: stratsynthlevel.h:22
color.h
Color
Color is an RGB color object, with a transparancy. The storage is in a 4-byte integer,...
Definition: color.h:26
VSEvent
Definition: valseriesevent.h:23
TypeSet< float >

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