OpendTect 8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
Strat::Level Class Reference

Stratigraphic level. More...

#include <stratlevel.h>

Inheritance diagram for Strat::Level:
[legend]

Public Types

typedef int ChangeType
 
- Public Types inherited from ObjectWithName
typedef OD::String name_type
 

Public Member Functions

 Level (const char *nm, const OD::Color &, LevelID=LevelID::udf())
 
 Level (const Level &)
 
virtual ~Level ()
 
OD::Color color () const
 
LevelID id () const
 
bool isDifferentFrom (const Level &) const
 checks all but ID
 
bool isUndef () const
 
bool operator!= (const Level &) const
 
Leveloperator= (const Level &)
 
bool operator== (const Level &) const
 
const IOParpars () const
 
LevelsetColor (OD::Color)
 
LevelsetID (LevelID)
 
void setName (const char *) override
 
LevelsetPars (const IOPar &)
 
- Public Member Functions inherited from NamedCallBacker
 NamedCallBacker (const char *nm=nullptr)
 
 NamedCallBacker (const NamedCallBacker &)=delete
 
 ~NamedCallBacker ()
 
virtual Notifier< NamedCallBacker > & objectToBeDeleted () const
 
NamedCallBackeroperator= (const NamedCallBacker &)=delete
 
bool operator== (const NamedCallBacker &oth) const
 
bool operator== (const NamedObject &oth) const
 
- Public Member Functions inherited from CallBacker
 CallBacker ()
 
 CallBacker (const CallBacker &)
 
virtual ~CallBacker ()
 
bool attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const
 
bool attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const
 
void detachAllNotifiers () const
 Call from the destructor of your inherited object.
 
void detachCB (const NotifierAccess &, const CallBack &) const
 
void detachCB (const NotifierAccess *notif, const CallBack &cb) const
 
virtual bool isCapsule () const
 
bool isNotifierAttached (const NotifierAccess *) const
 Only for debugging purposes, don't use.
 
CallBackeroperator= (const CallBacker &)=delete
 
void stopReceivingNotifications () const
 
virtual CallBackertrueCaller ()
 
- Public Member Functions inherited from NamedObject
 NamedObject (const char *nm=nullptr)
 
 NamedObject (const NamedObject &oth)
 
virtual ~NamedObject ()
 
virtual BufferString getName () const
 
bool getNameFromPar (const IOPar &)
 
const name_typename () const override
 
NamedObjectoperator= (const NamedObject &)
 
bool operator== (const NamedObject &oth) const
 
- Public Member Functions inherited from ObjectWithName
virtual ~ObjectWithName ()
 
bool hasName (const char *nm) const
 
bool hasName (const name_type &nm) const
 
void putNameInPar (IOPar &) const
 

Static Public Member Functions

static ChangeType cColChange ()
 
static ChangeType cEntireChange ()
 
static ChangeType cNameChange ()
 
static ChangeType cParsChange ()
 
static Leveldummy ()
 
static const Levelundef ()
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Public Attributes

CNotifier< Level, ChangeTypechanged
 

Protected Member Functions

 Level (const Level &, int idasint)
 
void fillPar (IOPar &) const
 
void usePar (const IOPar &)
 
- Protected Member Functions inherited from NamedCallBacker
void sendDelNotif () const
 

Protected Attributes

OD::Color color_
 
const LevelID id_
 
IOParpars_
 
- Protected Attributes inherited from NamedCallBacker
Threads::Atomic< bool > delalreadytriggered_
 
Notifier< NamedCallBackerdelnotif_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Friends

class LevelSet
 

Detailed Description

Stratigraphic level.

To store extra details, use the pars_.

The ID cannot be assigned, and it is unique. It is managed by the LevelSet. Therefore: operator ==() : checks only ID isDifferentFrom() : checks all but ID

<>

Member Typedef Documentation

◆ ChangeType

Constructor & Destructor Documentation

◆ Level() [1/3]

Strat::Level::Level ( const char * nm,
const OD::Color & ,
LevelID = LevelID::udf() )

◆ Level() [2/3]

Strat::Level::Level ( const Level & )

◆ ~Level()

virtual Strat::Level::~Level ( )
virtual

◆ Level() [3/3]

Strat::Level::Level ( const Level & ,
int idasint )
protected

Member Function Documentation

◆ cColChange()

static ChangeType Strat::Level::cColChange ( )
inlinestatic

◆ cEntireChange()

static ChangeType Strat::Level::cEntireChange ( )
inlinestatic

◆ cNameChange()

static ChangeType Strat::Level::cNameChange ( )
inlinestatic

◆ color()

OD::Color Strat::Level::color ( ) const
inline

◆ cParsChange()

static ChangeType Strat::Level::cParsChange ( )
inlinestatic

◆ dummy()

static Level & Strat::Level::dummy ( )
static

◆ fillPar()

void Strat::Level::fillPar ( IOPar & ) const
protected

◆ id()

LevelID Strat::Level::id ( ) const
inline

◆ isDifferentFrom()

bool Strat::Level::isDifferentFrom ( const Level & ) const

checks all but ID

◆ isUndef()

bool Strat::Level::isUndef ( ) const

◆ operator!=()

bool Strat::Level::operator!= ( const Level & ) const

◆ operator=()

Level & Strat::Level::operator= ( const Level & )

◆ operator==()

bool Strat::Level::operator== ( const Level & ) const

◆ pars()

const IOPar & Strat::Level::pars ( ) const
inline

◆ setColor()

Level & Strat::Level::setColor ( OD::Color )

◆ setID()

Level & Strat::Level::setID ( LevelID )

◆ setName()

void Strat::Level::setName ( const char * )
overridevirtual

Reimplemented from NamedObject.

◆ setPars()

Level & Strat::Level::setPars ( const IOPar & )

◆ undef()

static const Level & Strat::Level::undef ( )
static

◆ usePar()

void Strat::Level::usePar ( const IOPar & )
protected

Friends And Related Symbol Documentation

◆ LevelSet

friend class LevelSet
friend

Member Data Documentation

◆ changed

CNotifier<Level,ChangeType> Strat::Level::changed

◆ color_

OD::Color Strat::Level::color_
protected

◆ id_

const LevelID Strat::Level::id_
protected

◆ pars_

IOPar& Strat::Level::pars_
protected

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