OpendTect-6_4  6.4
Classes | Namespaces | Macros
attribparamgroup.h File Reference
Include dependency graph for attribparamgroup.h:

Go to the source code of this file.

Classes

class  Attrib::ParamGroup< PT >
 Attrib::Param that contains many (a set) Attrib::Param of one kind. More...
 

Namespaces

 Attrib
 Semblance Attribute.
 

Macros

#define mDescGetParamGroup(PT, ret, desc, key)
 
#define mDescGetConstParamGroup(PT, ret, desc, key)
 
#define mAttribSpecSet(sizegiver, sizetaker)
 

Macro Definition Documentation

#define mAttribSpecSet (   sizegiver,
  sizetaker 
)
Value:
public: \
bool update() \
{ \
if ( sizegiver == sizetaker.size() ) \
return false; \
\
sizetaker.setSize( sizegiver ); \
\
return true; \
}
#define mDescGetConstParamGroup (   PT,
  ret,
  desc,
  key 
)
Value:
const ParamGroup<PT>* ret; \
{\
const Param* param = desc.getParam( key ); \
mDynamicCastGet(const ParamGroup<PT>*,tmp,param)\
ret = tmp; \
}
#define mDescGetParamGroup (   PT,
  ret,
  desc,
  key 
)
Value:
ParamGroup<PT>* ret; \
{ \
Param* param = desc.getParam( key ); \
mDynamicCastGet(ParamGroup<PT>*,tmp,param) \
ret = tmp; \
}

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