|
| | UnitOfMeasure () |
| |
| | UnitOfMeasure (const char *n, const char *s, double f, PropertyRef::StdType t=PropertyRef::Other) |
| |
| | UnitOfMeasure (const UnitOfMeasure &uom) |
| |
| UnitOfMeasure & | operator= (const UnitOfMeasure &) |
| |
| const char * | symbol () const |
| |
| PropertyRef::StdType | propType () const |
| |
| const LinScaler & | scaler () const |
| |
| void | setSymbol (const char *s) |
| |
| void | setScaler (const LinScaler &s) |
| |
| void | setPropType (PropertyRef::StdType t) |
| |
| bool | isImperial () const |
| |
| template<class T > |
| T | getSIValue (T inp) const |
| |
| template<class T > |
| T | getUserValueFromSI (T inp) const |
| |
| template<class T > |
| T | internalValue (T inp) const |
| |
| template<class T > |
| T | userValue (T inp) const |
| |
| Repos::Source | source () const |
| |
| void | setSource (Repos::Source s) |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| |
| void | detachCB (NotifierAccess &, const CallBack &) |
| |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| |
| bool | isNotifierAttached (NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
|
| static const UnitOfMeasure * | getGuessed (const char *) |
| |
| static const UnitOfMeasure * | surveyDefZUnit () |
| | Default unit in displays (ms,m,ft) More...
|
| |
| static const UnitOfMeasure * | surveyDefZStorageUnit () |
| | Default unit in storage (s,m,ft) More...
|
| |
| static const UnitOfMeasure * | surveyDefTimeUnit () |
| | Default time unit in displays (ms) More...
|
| |
| static const UnitOfMeasure * | surveyDefDepthUnit () |
| | Default depth unit in displays (m,ft) More...
|
| |
| static const UnitOfMeasure * | surveyDefDepthStorageUnit () |
| | Default depth unit in storage (m,ft) More...
|
| |
| static const UnitOfMeasure * | surveyDefVelUnit () |
| | Default velocity unit in displays (m/s,ft/s) More...
|
| |
| static uiString | surveyDefZUnitAnnot (bool symbol, bool withparens) |
| |
| static uiString | surveyDefTimeUnitAnnot (bool symbol, bool withparens) |
| |
| static uiString | surveyDefDepthUnitAnnot (bool symbol, bool withparens) |
| |
| static uiString | surveyDefVelUnitAnnot (bool symbol, bool withparens) |
| |
| static uiString | zUnitAnnot (bool time, bool symbol, bool withparens) |
| |
| static IOPar & | currentDefaults () |
| |
| static void | saveCurrentDefaults () |
| |
Unit of Measure.
Only linear transformations to SI units supported.
All units of measure in OpendTect are available through the UoMR() instance accessor of the singleton UnitOfMeasureRepository instance.