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

Public Member Functions | |
| GeneralSampler () | |
| virtual | ~GeneralSampler () |
Methods | |
| virtual carto::Object | sample (Samplable< T, D > &object, AimsVector< T, D > &start, AimsVector< T, D > &sizes, AimsVector< T, D > &resolution)=0 |
| Sample a Samplable object. More... | |
Definition at line 46 of file generalsampler.h.
|
inline |
Definition at line 50 of file generalsampler.h.
|
inlinevirtual |
Definition at line 51 of file generalsampler.h.
|
pure virtual |
Sample a Samplable object.
\
| object | Samplable object |
| start | AimsVector<T,D> containing coordinates of the start sampling point |
| sizes | AimsVector<T,D> containing the sizes of the sampling box |
| resolution | AimsVector<T,D> containing the resolution of the sampling box |
Implemented in aimsalgo::BucketMapSampler< T, D >.