aimsalgo 6.0.0
Neuroimaging image processing
MomentIncrementalStrategy< T > Class Template Reference

#include <aims/moment/momIncStgy.h>

Inheritance diagram for MomentIncrementalStrategy< T >:
Collaboration diagram for MomentIncrementalStrategy< T >:

Public Member Functions

 MomentIncrementalStrategy ()
 
void update (Moment< T > *, double, double, double, int)
 
void doit (Moment< T > *, carto::rc_ptr< carto::Volume< T > > &, T, int)
 
void doit (Moment< T > *, const aims::BucketMap< Void > &, int)
 
- Public Member Functions inherited from MomentStrategy< T >
 MomentStrategy ()
 
virtual ~MomentStrategy ()
 

Detailed Description

template<class T>
class MomentIncrementalStrategy< T >

Definition at line 42 of file momIncStgy.h.

Constructor & Destructor Documentation

◆ MomentIncrementalStrategy()

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

Definition at line 46 of file momIncStgy.h.

References MomentStrategy< T >::MomentStrategy().

Member Function Documentation

◆ doit() [1/2]

template<class T>
void MomentIncrementalStrategy< T >::doit ( Moment< T > * m,
carto::rc_ptr< carto::Volume< T > > & d,
T label,
int dir )
inlinevirtual

Reimplemented from MomentStrategy< T >.

Definition at line 181 of file momIncStgy.h.

References update().

◆ doit() [2/2]

template<class T>
void MomentIncrementalStrategy< T >::doit ( Moment< T > * m,
const aims::BucketMap< Void > & b,
int dir )
inlinevirtual

Reimplemented from MomentStrategy< T >.

Definition at line 203 of file momIncStgy.h.

References update().

◆ update()

template<class T>
void MomentIncrementalStrategy< T >::update ( Moment< T > * m,
double x,
double y,
double z,
int dir )
inlinevirtual

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