![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <aims/resampling/sampler.h>

Public Member Functions | |
| BucketSampler () | |
| virtual | ~BucketSampler () |
| virtual void | doit (const Motion &motion, std::vector< PVVectorItem > &thing, const aims::BucketMap< T > &model) const |
| void | setRef (const carto::rc_ptr< carto::Volume< T > > &ref) |
Protected Attributes | |
| const carto::rc_ptr< carto::Volume< T > > * | _ref |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Definition at line 277 of file sampler.h.
References _ref, aims::AffineTransformation3d::inverse(), PVVectorItem::offset, soma::AffineTransformation3dBase::scale(), aims::BucketMap< class T >::sizeX(), aims::BucketMap< class T >::sizeY(), aims::BucketMap< class T >::sizeZ(), PVVectorItem::x, PVVectorItem::y, and PVVectorItem::z.
|
inline |
|
protected |
Definition at line 101 of file sampler.h.
Referenced by BucketSampler(), doit(), and setRef().