aimsalgo  5.0.5
Neuroimaging image processing
Sampler< T > Class Template Reference

#include <aims/resampling/sampler.h>

Public Member Functions

 Sampler ()
 
virtual ~Sampler ()
 
virtual void doit (const Motion &motion, AimsData< PVItem > &thing) const
 
void setRef (const AimsData< T > &ref)
 

Protected Member Functions

void _sliceResamp (AimsData< PVItem > &resamp, PVItem *out, const Point3df &start, int t, const AimsData< float > &Rinv) const
 

Protected Attributes

const AimsData< T > * _ref
 

Detailed Description

template<class T>
class Sampler< T >

Definition at line 59 of file sampler.h.

Constructor & Destructor Documentation

◆ Sampler()

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

Definition at line 63 of file sampler.h.

◆ ~Sampler()

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

Definition at line 64 of file sampler.h.

Member Function Documentation

◆ _sliceResamp()

template<class T >
void Sampler< T >::_sliceResamp ( AimsData< PVItem > &  resamp,
PVItem out,
const Point3df start,
int  t,
const AimsData< float > &  Rinv 
) const
inlineprotected

◆ doit()

◆ setRef()

template<class T >
void Sampler< T >::setRef ( const AimsData< T > &  ref)
inline

Definition at line 69 of file sampler.h.

Member Data Documentation

◆ _ref

template<class T >
const AimsData<T>* Sampler< T >::_ref
protected

Definition at line 77 of file sampler.h.


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