Go to the source code of this file.
|
| Geometry |
|
| EM |
| Earth Model objects like horizons, faults, fault-sticks and bodies.
|
|
#define mDefineEMObjFuncs |
( |
|
clss | ) |
|
Value:public: \
static clss*
create(
const char* nm); \
const char* getTypeStr() const; \
void setNewName(); \
protected: \
~clss()
#define mODTextTranslationClass(clss)
Definition: uistring.h:38
OD::String that holds an existing text string.
Definition: fixedstring.h:29
Manages the loaded/half loaded EM objects in OpendTect.
Definition: emmanager.h:46
static uiHor3DInterpol * create(uiParent *)
#define mImplementEMObjFuncs |
( |
|
clss, |
|
|
|
typenm |
|
) |
| |