aimsalgo  5.1.2
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 (carto::VolumeRef< 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.

Member Function Documentation

◆ doit()

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

Implements PyramidFunc< T >.

Definition at line 58 of file maxfunc.h.

References carto::VolumeRef< class >::max().


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