OpendTect  6.6
Classes | Namespaces | Macros
statruncalc.h File Reference
Include dependency graph for statruncalc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Stats::CalcSetup
 Setup for the Stats::RunCalc and Stats::ParallelCalc objects. More...
 
class  Stats::BaseCalc< T >
 Base class to calculate mean, min, max, etc.. can be used either as running values (Stats::RunCalc) or in parallel (Stats::ParallelCalc). More...
 
class  Stats::RunCalc< T >
 Calculates mean, min, max etc., as running values. More...
 
class  Stats::WindowedCalc< T >
 RunCalc manager which buffers a part of the data. More...
 

Namespaces

 Stats
 Statistics.
 

Macros

#define mUndefReplacement   0
 
#define mRunCalc_DefEqFn(ret, fn)   inline ret fn() const { return calc_.fn(); }
 
#define mBaseCalc_ChkEmpty(typ)   if ( nrused_ < 1 ) return mUdf(typ);
 

Macro Definition Documentation

◆ mBaseCalc_ChkEmpty

#define mBaseCalc_ChkEmpty (   typ)    if ( nrused_ < 1 ) return mUdf(typ);

◆ mRunCalc_DefEqFn

#define mRunCalc_DefEqFn (   ret,
  fn 
)    inline ret fn() const { return calc_.fn(); }

◆ mUndefReplacement

#define mUndefReplacement   0

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