|
| DataPackCommon (const EMObject &, Array2D< float > *) |
|
| DataPackCommon (const EMObject &, const ObjectSet< BinIDValueSet > &) |
|
| DataPackCommon (const EMObject &, const DataPointSet &) |
|
virtual const char * | sourceType () const =0 |
|
virtual bool | isVertical () const =0 |
|
const EMObject & | getEMObj () const |
|
void | dumpInfo (IOPar &) const |
|
| FlatDataPack (const char *categry, Array2D< float > *) |
| Array2D become mine (of course) More...
|
|
| FlatDataPack (const FlatDataPack &) |
|
| ~FlatDataPack () |
|
virtual Array2D< float > & | data () |
|
const Array2D< float > & | data () const |
|
virtual float | getPosDistance (bool dim0, float posfidx) const |
|
virtual FlatPosData & | posData () |
|
const FlatPosData & | posData () const |
|
virtual const char * | dimName (bool dim0) const |
|
virtual Coord3 | getCoord (int, int) const |
|
virtual bool | posDataIsCoord () const |
|
virtual void | getAltDim0Keys (BufferStringSet &) const |
| First one is 'default'. More...
|
|
virtual double | getAltDim0Value (int ikey, int idim0) const |
|
virtual bool | dimValuesInInt (const char *key) const |
|
virtual void | getAuxInfo (int idim0, int idim1, IOPar &) const |
|
virtual float | nrKBytes () const |
|
virtual int | size (bool dim0) const |
|
| DataPack (const char *categry) |
|
| DataPack (const DataPack &dp) |
|
virtual | ~DataPack () |
|
ID | id () const |
|
FullID | fullID (int mgrid) const |
|
virtual const char * | category () const |
|
virtual bool | isOK () const |
|
Threads::Lock & | updateLock () const |
|
void | release () |
|
DataPack * | obtain () |
|
| 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...
|
|
Mixin to provide general services to Earth Model data packs.