OpendTect-6_4  6.4
Classes | Namespaces | Macros
vistransform.h File Reference
Include dependency graph for vistransform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  visBase::Transformation
 The Transformation is an object that transforms everything following the node. More...
 

Namespaces

 osg
 Open Scene Graph.
 
 visBase
 

Macros

#define mDefTransType(func, tp)
 
#define mDefTrans(tp)
 
#define mDefConvTransType(func, frtp, totp)
 
#define mDefConvTrans(frtp, totp)
 

Macro Definition Documentation

#define mDefConvTrans (   frtp,
  totp 
)
Value:
mDefConvTransType( transform, frtp, totp ); \
mDefConvTransType( transformBack, frtp, totp ); \
mDefConvTransType( transformDir, frtp, totp ); \
mDefConvTransType( transformBackDir, frtp, totp ); \
mDefConvTransType( transformSize, frtp, totp ); \
mDefConvTransType( transformBackSize, frtp, totp ); \
mDefConvTransType( transformNormal, frtp, totp ); \
mDefConvTransType( transformBackNormal, frtp, totp );
#define mDefConvTransType(func, frtp, totp)
Definition: vistransform.h:42
#define mDefConvTransType (   func,
  frtp,
  totp 
)
Value:
void func( const frtp&, totp& ) const; \
static void func( const Transformation* tr, const frtp& f, totp& t);
#define mDefTrans (   tp)
Value:
mDefTransType( transform, tp ); \
mDefTransType( transformBack, tp ); \
mDefTransType( transformDir, tp ); \
mDefTransType( transformBackDir, tp ); \
mDefTransType( transformSize, tp ); \
mDefTransType( transformBackSize, tp ); \
mDefTransType( transformNormal, tp ); \
mDefTransType( transformBackNormal, tp );
#define mDefTransType(func, tp)
Definition: vistransform.h:24
#define mDefTransType (   func,
  tp 
)
Value:
void func( tp& ) const; \
void func( const tp& f, tp& t ) const; \
static void func( const Transformation* tr, tp& v ) \
{ if ( tr ) tr->func( v ); } \
static void func( const Transformation* tr, const tp& f, tp& t );

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