![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/pyramid/pyr-func.h>
Public Member Functions | |
PyramidFunc () | |
virtual | ~PyramidFunc () |
virtual T | doit (AimsData< T > &data) const =0 |
Definition at line 45 of file pyr-func.h.
|
inline |
Definition at line 49 of file pyr-func.h.
|
inlinevirtual |
Definition at line 50 of file pyr-func.h.
References PyramidFunc< T >::doit().
|
pure virtual |
Implemented in MaxPyramidFunc< T >, MeanPyramidFunc< T >, and MedianPyramidFunc< T >.
Referenced by PyramidFunc< T >::~PyramidFunc().