![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/resampling/sampler.h>
Public Member Functions | |
Sampler () | |
virtual | ~Sampler () |
virtual void | doit (const Motion &motion, carto::rc_ptr< carto::Volume< PVItem > > &thing) const |
void | setRef (const carto::rc_ptr< carto::Volume< T > > &ref) |
Protected Member Functions | |
void | _sliceResamp (carto::rc_ptr< carto::Volume< PVItem > > &resamp, PVItem *out, const Point3df &start, int t, const carto::rc_ptr< carto::Volume< float > > &Rinv) const |
Protected Attributes | |
const carto::rc_ptr< carto::Volume< T > > * | _ref |
|
inlineprotected |
|
inlinevirtual |
Definition at line 111 of file sampler.h.
References ASSERT, aims::AffineTransformation3d::inverse(), aims::AffineTransformation3d::rotation(), soma::AffineTransformation3dBase::scale(), and aims::AffineTransformation3d::translation().
|
inline |
|
protected |