aimsalgo  5.0.5
Neuroimaging image processing
MaxPyramidFunc< T > Class Template Reference

#include <aims/pyramid/maxfunc.h>

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

Public Member Functions

 MaxPyramidFunc ()
 
virtual ~MaxPyramidFunc ()
 
doit (AimsData< T > &data) const
 
- Public Member Functions inherited from PyramidFunc< T >
 PyramidFunc ()
 
virtual ~PyramidFunc ()
 

Detailed Description

template<class T>
class MaxPyramidFunc< T >

Definition at line 46 of file maxfunc.h.

Constructor & Destructor Documentation

◆ MaxPyramidFunc()

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

Definition at line 50 of file maxfunc.h.

◆ ~MaxPyramidFunc()

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

Definition at line 51 of file maxfunc.h.

References MaxPyramidFunc< T >::doit().

Member Function Documentation

◆ doit()

template<class T >
T MaxPyramidFunc< T >::doit ( AimsData< T > &  data) const
inlinevirtual

Implements PyramidFunc< T >.

Definition at line 58 of file maxfunc.h.

References AimsData< T >::maximum().

Referenced by MaxPyramidFunc< T >::~MaxPyramidFunc().


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