aimsalgo  5.1.2
Neuroimaging image processing
MomentStrategy< T > Class Template Reference

#include <aims/moment/momStgy.h>

Inheritance diagram for MomentStrategy< T >:

Public Member Functions

 MomentStrategy ()
 
virtual ~MomentStrategy ()
 
virtual void update (Moment< T > *, double, double, double, int)
 
virtual void doit (Moment< T > *, carto::rc_ptr< carto::Volume< T > > &, T, int)
 
virtual void doit (Moment< T > *, const aims::BucketMap< Void > &, int)
 

Detailed Description

template<class T>
class MomentStrategy< T >

Definition at line 43 of file momStgy.h.

Constructor & Destructor Documentation

◆ MomentStrategy()

template<class T >
MomentStrategy< T >::MomentStrategy ( )
inline

Definition at line 47 of file momStgy.h.

◆ ~MomentStrategy()

template<class T >
virtual MomentStrategy< T >::~MomentStrategy ( )
inlinevirtual

Definition at line 48 of file momStgy.h.

Member Function Documentation

◆ doit() [1/2]

template<class T >
virtual void MomentStrategy< T >::doit ( Moment< T > *  ,
carto::rc_ptr< carto::Volume< T > > &  ,
,
int   
)
inlinevirtual

Reimplemented in MomentNormalStrategy< T >, and MomentIncrementalStrategy< T >.

Definition at line 51 of file momStgy.h.

◆ doit() [2/2]

template<class T >
virtual void MomentStrategy< T >::doit ( Moment< T > *  ,
const aims::BucketMap< Void > &  ,
int   
)
inlinevirtual

Reimplemented in MomentNormalStrategy< T >, and MomentIncrementalStrategy< T >.

Definition at line 53 of file momStgy.h.

◆ update()

template<class T >
virtual void MomentStrategy< T >::update ( Moment< T > *  ,
double  ,
double  ,
double  ,
int   
)
inlinevirtual

Reimplemented in MomentIncrementalStrategy< T >.

Definition at line 50 of file momStgy.h.


The documentation for this class was generated from the following file: