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

Parameters for the colortable Mapper. More...

Inheritance diagram for ColTab::MapperSetup:
[legend]

Public Types

typedef Interval< ValueTypeRangeType
 
- Public Types inherited from Monitorable
typedef int ChangeType
 
typedef int64_t IDType
 
typedef int64_t DirtyCountType
 
typedef CNotifier< Monitorable, ChangeDataChangeDataNotifier
 

Public Member Functions

 MapperSetup ()
 
 MapperSetup (const RangeType &)
 
 mDeclMonitorableAssignment (MapperSetup)
 
 mImplSimpleMonitoredGet (isFixed, bool, isfixed_)
 
 mImplSimpleMonitoredGet (range, RangeType, range_)
 
void setNotFixed ()
 
void setFixedRange (RangeType)
 
 mImplSimpleMonitoredGetSet (inline, doHistEq, setDoHistEq, bool, dohisteq_, cDoHistEqChange())
 
 mImplSimpleMonitoredGetSet (inline, nrSegs, setNrSegs, int, nrsegs_, cSegChange())
 
 mImplSimpleMonitoredGetSet (inline, seqUseMode, setSeqUseMode, SeqUseMode, sequsemode_, cUseModeChange())
 
 mImplSimpleMonitoredGetSet (inline, clipRate, setClipRate, ClipRatePair, cliprate_, cAutoScaleChange())
 
 mImplSimpleMonitoredGetSet (inline, guessSymmetry, setGuessSymmetry, bool, guesssymmetry_, cAutoScaleChange())
 
 mImplSimpleMonitoredGetSet (inline, symMidVal, setSymMidVal, ValueType, symmidval_, cAutoScaleChange())
 
bool hasSegmentation () const
 
bool isMappingChange (ChangeType) const
 
void fillPar (IOPar &) const
 
void usePar (const IOPar &)
 
- Public Member Functions inherited from SharedObject
 SharedObject (const char *nm=0)
 
 SharedObject (const SharedObject &)
 
SharedObjectoperator= (const SharedObject &)
 
bool operator== (const SharedObject &) const
 
bool operator!= (const SharedObject &oth) const
 
virtual SharedObjectclone () const
 
ChangeType compareWith (const Monitorable &) const
 
- 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 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 const char * sKeyRange ()
 
static const char * sKeyClipRate ()
 
static const char * sKeyAutoSym ()
 
static const char * sKeySymMidVal ()
 
static const char * sKeyFlipSeq ()
 
static const char * sKeyCycleSeq ()
 
static ChangeType cIsFixedChange ()
 
static ChangeType cRangeChange ()
 
static ChangeType cDoHistEqChange ()
 
static ChangeType cAutoScaleChange ()
 
static ChangeType cSegChange ()
 
static ChangeType cUseModeChange ()
 
- Static Public Member Functions inherited from SharedObject
static Notifier< SharedObject > & instanceCreated ()
 
- 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 ()
 

Public Attributes

Notifier< MapperSetuprangeCalculated
 

Protected Member Functions

virtual ~MapperSetup ()
 
void setCalculatedRange (const RangeType &) const
 
- Protected Member Functions inherited from SharedObject
void copyAll (const SharedObject &)
 
virtual ~SharedObject ()
 
- 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

bool isfixed_
 
bool dohisteq_
 
RangeType range_
 
ClipRatePair cliprate_
 
bool guesssymmetry_
 
ValueType symmidval_
 
int nrsegs_
 
SeqUseMode sequsemode_
 
- Protected Attributes inherited from Monitorable
Threads::Lock accesslock_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Friends

class Mapper
 

Additional Inherited Members

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

Detailed Description

Parameters for the colortable Mapper.

Note that the range can be set at the end of the auto-scaling. Then, no objectChanged is emitted but you can use the rangeCalculated Notifier.

Member Typedef Documentation

Constructor & Destructor Documentation

ColTab::MapperSetup::MapperSetup ( )
ColTab::MapperSetup::MapperSetup ( const RangeType )
virtual ColTab::MapperSetup::~MapperSetup ( )
protectedvirtual

Member Function Documentation

static ChangeType ColTab::MapperSetup::cAutoScaleChange ( )
inlinestatic
static ChangeType ColTab::MapperSetup::cDoHistEqChange ( )
inlinestatic
static ChangeType ColTab::MapperSetup::cIsFixedChange ( )
inlinestatic
static ChangeType ColTab::MapperSetup::cRangeChange ( )
inlinestatic
static ChangeType ColTab::MapperSetup::cSegChange ( )
inlinestatic
static ChangeType ColTab::MapperSetup::cUseModeChange ( )
inlinestatic
void ColTab::MapperSetup::fillPar ( IOPar ) const
bool ColTab::MapperSetup::hasSegmentation ( ) const
inline
bool ColTab::MapperSetup::isMappingChange ( ChangeType  ) const
ColTab::MapperSetup::mDeclMonitorableAssignment ( MapperSetup  )
ColTab::MapperSetup::mImplSimpleMonitoredGet ( isFixed  ,
bool  ,
isfixed_   
)
ColTab::MapperSetup::mImplSimpleMonitoredGet ( range  ,
RangeType  ,
range_   
)
ColTab::MapperSetup::mImplSimpleMonitoredGetSet ( inline  ,
doHistEq  ,
setDoHistEq  ,
bool  ,
dohisteq_  ,
cDoHistEqChange()   
)
ColTab::MapperSetup::mImplSimpleMonitoredGetSet ( inline  ,
nrSegs  ,
setNrSegs  ,
int  ,
nrsegs_  ,
cSegChange()   
)
ColTab::MapperSetup::mImplSimpleMonitoredGetSet ( inline  ,
seqUseMode  ,
setSeqUseMode  ,
SeqUseMode  ,
sequsemode_  ,
cUseModeChange()   
)
ColTab::MapperSetup::mImplSimpleMonitoredGetSet ( inline  ,
clipRate  ,
setClipRate  ,
ClipRatePair  ,
cliprate_  ,
cAutoScaleChange()   
)
ColTab::MapperSetup::mImplSimpleMonitoredGetSet ( inline  ,
guessSymmetry  ,
setGuessSymmetry  ,
bool  ,
guesssymmetry_  ,
cAutoScaleChange()   
)
ColTab::MapperSetup::mImplSimpleMonitoredGetSet ( inline  ,
symMidVal  ,
setSymMidVal  ,
ValueType  ,
symmidval_  ,
cAutoScaleChange()   
)
void ColTab::MapperSetup::setCalculatedRange ( const RangeType ) const
protected
void ColTab::MapperSetup::setFixedRange ( RangeType  )
void ColTab::MapperSetup::setNotFixed ( )
static const char* ColTab::MapperSetup::sKeyAutoSym ( )
inlinestatic
static const char* ColTab::MapperSetup::sKeyClipRate ( )
inlinestatic
static const char* ColTab::MapperSetup::sKeyCycleSeq ( )
inlinestatic
static const char* ColTab::MapperSetup::sKeyFlipSeq ( )
inlinestatic
static const char* ColTab::MapperSetup::sKeyRange ( )
inlinestatic
static const char* ColTab::MapperSetup::sKeySymMidVal ( )
inlinestatic
void ColTab::MapperSetup::usePar ( const IOPar )

Friends And Related Function Documentation

friend class Mapper
friend

Member Data Documentation

ClipRatePair ColTab::MapperSetup::cliprate_
protected
bool ColTab::MapperSetup::dohisteq_
protected
bool ColTab::MapperSetup::guesssymmetry_
protected
bool ColTab::MapperSetup::isfixed_
protected
int ColTab::MapperSetup::nrsegs_
protected
RangeType ColTab::MapperSetup::range_
protected
Notifier<MapperSetup> ColTab::MapperSetup::rangeCalculated
SeqUseMode ColTab::MapperSetup::sequsemode_
protected
ValueType ColTab::MapperSetup::symmidval_
protected

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