![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/pyramid/pyramid.h>
Public Member Functions | |
Pyramid (const PyramidFunc< T > &func) | |
virtual | ~Pyramid () |
void | setRef (carto::rc_ptr< carto::Volume< T > > ref) |
void | setLevel (int level) |
const carto::rc_ptr< carto::Volume< T > > | item (int level) const |
void | save (const std::string &name) const |
Protected Member Functions | |
void | _new_ppItem (int level) |
void | _free_ppItem () |
void | _build () |
Protected Attributes | |
const PyramidFunc< T > & | _func |
carto::rc_ptr< carto::Volume< T > > | _ref |
int | _level |
carto::rc_ptr< carto::Volume< T > > * | _ppItem |
|
inline |
Definition at line 54 of file pyramid.h.
References Pyramid< T >::_free_ppItem().
|
inlineprotected |
Definition at line 153 of file pyramid.h.
References aims::meshdistance::min().
|
inlineprotected |
Definition at line 130 of file pyramid.h.
Referenced by Pyramid< T >::~Pyramid().
|
inlineprotected |
|
inline |
Definition at line 207 of file pyramid.h.
References ASSERT.
Referenced by DisplacementField< T >::getField(), DisplacementField< T >::getQuality(), and DisplacementField< T >::init().
|
inline |
Definition at line 220 of file pyramid.h.
References aims::Writer< class >::write().
|
inline |
Definition at line 141 of file pyramid.h.
References ASSERT.
Referenced by DisplacementField< T >::getField(), DisplacementField< T >::getQuality(), and DisplacementField< T >::init().
|
inline |
Definition at line 75 of file pyramid.h.
References ref().
Referenced by DisplacementField< T >::getField(), DisplacementField< T >::getQuality(), and DisplacementField< T >::init().
|
protected |
|
protected |
|
protected |