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

#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 AimsData< T > &ref)
 

Protected Attributes

const AimsData< T > * _ref
 

Detailed Description

template<class T>
class BucketSampler< T >

Definition at line 87 of file sampler.h.

Constructor & Destructor Documentation

◆ BucketSampler()

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

Definition at line 91 of file sampler.h.

◆ ~BucketSampler()

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

Definition at line 92 of file sampler.h.

Member Function Documentation

◆ doit()

◆ setRef()

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

Definition at line 98 of file sampler.h.

Member Data Documentation

◆ _ref

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

Definition at line 101 of file sampler.h.


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