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

Go to the source code of this file.

Classes

class  ArrayNDProbDenFunc
 PDF based on ArrayND implementation. More...
 
class  Sampled1DProbDenFunc
 One dimensional PDF based on binned data. More...
 
class  Sampled2DProbDenFunc
 Two dimensional PDF based on binned data. More...
 
class  SampledNDProbDenFunc
 Multi-dimensional PDF based on binned data. More...
 

Macros

#define mDefArrayNDProbDenFuncFns(nm)
 

Macro Definition Documentation

#define mDefArrayNDProbDenFuncFns (   nm)
Value:
virtual nm##ProbDenFunc* clone() const \
{ return new nm##ProbDenFunc(*this); } \
static const char* typeStr() { return #nm; } \
virtual const char* getTypeStr() const { return typeStr(); } \
virtual float normFac() const { return getNormFac();}\
virtual bool canScale() const { return true; } \
virtual void scale( float f ) { doScale(f); } \
virtual void prepareRandDrawing() const { prepRndDrw(); } \
virtual bool isEq( const ProbDenFunc& oth ) const \
{ return gtIsEq(oth); }
Base class for Probability Density Functions.
Definition: probdenfunc.h:31

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