|
| | 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 &) |
| |
| | SharedObject (const char *nm=0) |
| |
| | SharedObject (const SharedObject &) |
| |
| SharedObject & | operator= (const SharedObject &) |
| |
| bool | operator== (const SharedObject &) const |
| |
| bool | operator!= (const SharedObject &oth) const |
| |
| virtual SharedObject * | clone () const |
| |
| ChangeType | compareWith (const Monitorable &) const |
| |
| | NamedMonitorable (const char *nm=0) |
| |
| | NamedMonitorable (const NamedObject &) |
| |
| virtual | ~NamedMonitorable () |
| |
| | NamedMonitorable (const NamedMonitorable &) |
| |
| NamedMonitorable & | operator= (const NamedMonitorable &) |
| |
| bool | operator== (const NamedMonitorable &) const |
| |
| bool | operator!= (const NamedMonitorable &oth) const |
| |
| virtual NamedMonitorable * | getClone () const |
| |
| virtual BufferString | getName () const |
| |
| virtual void | setName (const char *) |
| |
| | Monitorable (const Monitorable &) |
| |
| virtual | ~Monitorable () |
| |
| Monitorable & | operator= (const Monitorable &) |
| |
| bool | operator== (const Monitorable &) const |
| |
| virtual ChangeDataNotifier & | objectChanged () 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 |
| |
| | 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 |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| void | putNameInPar (IOPar &) const |
| |
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.