OpendTect  6.3
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
Well::LogSet Class Reference

Set of Well::Log's. More...

Inheritance diagram for Well::LogSet:
[legend]

Public Types

typedef ObjectSet< Log >::size_type size_type
 
typedef size_type IdxType
 
typedef Well::DahObj::ZType ZType
 
typedef RefMan< LogLogRefMan
 
typedef ConstRefMan< LogCLogRefMan
 
- Public Types inherited from Monitorable
typedef int ChangeType
 
typedef int64_t IDType
 
typedef int64_t DirtyCountType
 
typedef CNotifier< Monitorable, ChangeDataChangeDataNotifier
 

Public Member Functions

 mDefIntegerIDType (IdxType, LogID)
 
 LogSet ()
 
 ~LogSet ()
 
 mDeclMonitorableAssignment (LogSet)
 
 mDeclInstanceCreatedNotifierAccess (LogSet)
 
LogRefMan getLog (LogID)
 
CLogRefMan getLog (LogID) const
 
LogRefMan getLogByName (const char *)
 
CLogRefMan getLogByName (const char *) const
 
LogRefMan getLogByIdx (IdxType)
 
CLogRefMan getLogByIdx (IdxType) const
 
LogRefMan firstLog ()
 
CLogRefMan firstLog () const
 
size_type size () const
 
LogID getID (IdxType) const
 
int indexOf (LogID) const
 
int indexOf (const char *) const
 
bool validIdx (IdxType) const
 
bool isEmpty () const
 
void setEmpty ()
 
LogID add (Log *)
 
LogRefMan remove (LogID)
 
LogRefMan removeByName (const char *)
 
bool isPresent (const char *) const
 
void getNames (BufferStringSet &) const
 
 mImplSimpleMonitoredGet (dahInterval, Interval< ZType >, dahintv_) void removeTopBottomUdfs()
 for all logs More...
 
TypeSet< LogID > getSuitable (PropertyRef::StdType, const PropertyRef *altpr=0, BoolTypeSet *isalt=0) const
 
bool swap (IdxType, IdxType)
 
- Public Member Functions inherited from NamedMonitorable
 NamedMonitorable (const char *nm=0)
 
 NamedMonitorable (const NamedObject &)
 
virtual ~NamedMonitorable ()
 
 NamedMonitorable (const NamedMonitorable &)
 
NamedMonitorableoperator= (const NamedMonitorable &)
 
bool operator== (const NamedMonitorable &) const
 
bool operator!= (const NamedMonitorable &oth) const
 
virtual NamedMonitorableclone () const
 
ChangeType compareWith (const Monitorable &) const
 
virtual NamedMonitorablegetClone () const
 
virtual BufferString getName () const
 
virtual void setName (const char *)
 
- Public Member Functions inherited from Monitorable
 Monitorable (const Monitorable &)
 
virtual ~Monitorable ()
 
Monitorableoperator= (const Monitorable &)
 
bool operator== (const Monitorable &) const
 
virtual ChangeDataNotifierobjectChanged () const
 
virtual Notifier< Monitorable > & objectToBeDeleted () const
 
virtual void touch () const
 
virtual DirtyCountType dirtyCount () const
 
void sendChangeNotification (const ChangeData &) const
 
void sendEntireObjectChangeNotification () const
 
void transferNotifsTo (const Monitorable &, const CallBacker *onlyfor=0) 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 detachCB (const NotifierAccess &, const CallBack &) const
 
void detachCB (const NotifierAccess *notif, const CallBack &cb) const
 
bool isNotifierAttached (const NotifierAccess *) const
 Only for debugging purposes, don't use. More...
 
virtual bool isCapsule () const
 
void stopReceivingNotifications () const
 
- Public Member Functions inherited from NamedObject
 NamedObject (const char *nm=0)
 
 NamedObject (const NamedObject &oth)
 
virtual ~NamedObject ()
 
NamedObjectoperator= (const NamedObject &)
 
bool operator== (const NamedObject &oth) const
 
virtual const OD::Stringname () const
 
bool getNameFromPar (const IOPar &)
 
void putNameInPar (IOPar &) const
 

Static Public Member Functions

static ChangeType cLogAdd ()
 
static ChangeType cLogRemove ()
 
static ChangeType cOrderChange ()
 
- Static Public Member Functions inherited from NamedMonitorable
static Notifier< NamedMonitorable > & instanceCreated ()
 
static ChangeType cNameChange ()
 
- Static Public Member Functions inherited from Monitorable
static Notifier< Monitorable > & instanceCreated ()
 defines static instanceCreated() More...
 
static ChangeType cEntireObjectChange ()
 
static ChangeType cNoChange ()
 
static IDType cUnspecChgID ()
 
static IDType cEntireObjectChgID ()
 
static ChangeType changeNotificationTypeOf (CallBacker *)
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Protected Member Functions

IdxType gtIdx (LogID) const
 
LoggtLog (LogID) const
 
LogID gtID (const Log *) const
 
IdxType gtIdxByName (const char *) const
 
LoggtLogByName (const char *) const
 
LoggtLogByIdx (IdxType) const
 
void updateDahIntv (const Well::Log &)
 
void recalcDahIntv ()
 
LogdoRemove (IdxType)
 
void doSetEmpty ()
 
- Protected Member Functions inherited from NamedMonitorable
void copyAll (const NamedMonitorable &)
 
- Protected Member Functions inherited from Monitorable
 Monitorable ()
 
void copyAll (const Monitorable &)
 
void sendChgNotif (AccessLocker &, const ChangeData &) const
 calls objectChanged with released lock More...
 
void sendChgNotif (AccessLocker &, ChangeType, IDType) const
 calls objectChanged with released lock More...
 
void sendDelNotif () const
 
void stopChangeNotifications () const
 
void resumeChangeNotifications () const
 
template<class T >
getMemberSimple (const T &) const
 the get function used by mImplSimpleMonitoredGet More...
 
template<class TMember , class TSetTo >
void setMemberSimple (TMember &, TSetTo, ChangeType, IDType)
 the set function used by mImplSimpleMonitoredSet More...
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers () const
 Call from the destructor of your inherited object. More...
 

Protected Attributes

ObjectSet< Loglogs_
 
TypeSet< LogID > logids_
 
Interval< ZTypedahintv_
 
Threads::Atomic< IdxTypecurlogidnr_
 
- Protected Attributes inherited from Monitorable
Threads::Lock accesslock_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Friends

class LogSetIter
 

Additional Inherited Members

- Protected Types inherited from Monitorable
typedef Threads::Atomic< DirtyCountTypeDirtyCounter
 

Detailed Description

Set of Well::Log's.

Member Typedef Documentation

Constructor & Destructor Documentation

Well::LogSet::LogSet ( )
Well::LogSet::~LogSet ( )

Member Function Documentation

LogID Well::LogSet::add ( Log )
static ChangeType Well::LogSet::cLogAdd ( )
inlinestatic
static ChangeType Well::LogSet::cLogRemove ( )
inlinestatic
static ChangeType Well::LogSet::cOrderChange ( )
inlinestatic
Log* Well::LogSet::doRemove ( IdxType  )
protected
void Well::LogSet::doSetEmpty ( )
protected
LogRefMan Well::LogSet::firstLog ( )
CLogRefMan Well::LogSet::firstLog ( ) const
LogID Well::LogSet::getID ( IdxType  ) const
LogRefMan Well::LogSet::getLog ( LogID  )
CLogRefMan Well::LogSet::getLog ( LogID  ) const
LogRefMan Well::LogSet::getLogByIdx ( IdxType  )
CLogRefMan Well::LogSet::getLogByIdx ( IdxType  ) const
LogRefMan Well::LogSet::getLogByName ( const char *  )
CLogRefMan Well::LogSet::getLogByName ( const char *  ) const
void Well::LogSet::getNames ( BufferStringSet ) const
TypeSet<LogID> Well::LogSet::getSuitable ( PropertyRef::StdType  ,
const PropertyRef altpr = 0,
BoolTypeSet isalt = 0 
) const
LogID Well::LogSet::gtID ( const Log ) const
protected
IdxType Well::LogSet::gtIdx ( LogID  ) const
protected
IdxType Well::LogSet::gtIdxByName ( const char *  ) const
protected
Log* Well::LogSet::gtLog ( LogID  ) const
protected
Log* Well::LogSet::gtLogByIdx ( IdxType  ) const
protected
Log* Well::LogSet::gtLogByName ( const char *  ) const
protected
int Well::LogSet::indexOf ( LogID  ) const
int Well::LogSet::indexOf ( const char *  ) const
bool Well::LogSet::isEmpty ( ) const
inline
bool Well::LogSet::isPresent ( const char *  ) const
Well::LogSet::mDeclInstanceCreatedNotifierAccess ( LogSet  )
Well::LogSet::mDeclMonitorableAssignment ( LogSet  )
Well::LogSet::mDefIntegerIDType ( IdxType  ,
LogID   
)
Well::LogSet::mImplSimpleMonitoredGet ( dahInterval  ,
Interval< ZType ,
dahintv_   
)

for all logs

void Well::LogSet::recalcDahIntv ( )
protected
LogRefMan Well::LogSet::remove ( LogID  )
LogRefMan Well::LogSet::removeByName ( const char *  )
void Well::LogSet::setEmpty ( )
size_type Well::LogSet::size ( ) const
bool Well::LogSet::swap ( IdxType  ,
IdxType   
)
void Well::LogSet::updateDahIntv ( const Well::Log )
protected
bool Well::LogSet::validIdx ( IdxType  ) const

Friends And Related Function Documentation

friend class LogSetIter
friend

Member Data Documentation

Threads::Atomic<IdxType> Well::LogSet::curlogidnr_
mutableprotected
Interval<ZType> Well::LogSet::dahintv_
protected
TypeSet<LogID> Well::LogSet::logids_
protected
ObjectSet<Log> Well::LogSet::logs_
protected

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