aimsalgo  5.1.2
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 (carto::VolumeRef< T > &data) const =0
 

Detailed Description

template<class T>
class PyramidFunc< T >

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

Constructor & Destructor Documentation

◆ PyramidFunc()

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

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

◆ ~PyramidFunc()

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

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

Member Function Documentation

◆ doit()

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

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