aimsalgo  5.0.5
Neuroimaging image processing
PyramidFunc< T > Class Template Referenceabstract

#include <aims/pyramid/pyr-func.h>

Inheritance diagram for PyramidFunc< T >:

Public Member Functions

 PyramidFunc ()
 
virtual ~PyramidFunc ()
 
virtual T doit (AimsData< T > &data) const =0
 

Detailed Description

template<class T>
class PyramidFunc< T >

Definition at line 45 of file pyr-func.h.

Constructor & Destructor Documentation

◆ PyramidFunc()

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

Definition at line 49 of file pyr-func.h.

◆ ~PyramidFunc()

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

Definition at line 50 of file pyr-func.h.

References PyramidFunc< T >::doit().

Member Function Documentation

◆ doit()

template<class T>
virtual T PyramidFunc< T >::doit ( AimsData< T > &  data) const
pure virtual

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