![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/resampling/splineresampler_d.h>
Public Types | |
typedef carto::DataTypeTraits< T >::ChannelType | ChannelType |
Static Public Member Functions | |
static void | doResample (const SplineResampler< T > *spline_resampler, const carto::Volume< T > &input_data, const soma::Transformation3d &inverse_transform, const T &background, const Point3df &output_location, T &output_value, int timestep) |
static void | resample_inv_to_vox (const SplineResampler< T > *spline_resampler, const carto::Volume< T > &input_data, const soma::Transformation3d &inverse_transform_to_vox, const T &background, carto::Volume< T > &output_data, bool verbose=false) |
static void | updateParameters (const SplineResampler< T > *, const carto::Volume< T > &, int, bool) |
Definition at line 641 of file splineresampler_d.h.
typedef carto::DataTypeTraits<T>::ChannelType aims::MultiChannelResamplerSwitch< true, T >::ChannelType |
Definition at line 643 of file splineresampler_d.h.
|
inlinestatic |
Definition at line 645 of file splineresampler_d.h.
References aims::SplineResampler< T >::doResampleChannel(), carto::rc_ptr< Volume< T > >::reset(), aims::SplineResampler< T >::updateParametersChannel(), and carto::verbose.
|
inlinestatic |
Definition at line 678 of file splineresampler_d.h.
References carto::VolumeRef< T >::copyHeaderFrom(), carto::VolumeProxy< T >::getSizeT(), carto::VolumeProxy< T >::getSizeX(), carto::VolumeProxy< T >::getSizeY(), carto::VolumeProxy< T >::getSizeZ(), carto::VolumeProxy< T >::getVoxelSize(), carto::Headered::header(), carto::VolumeRef< T >::header(), carto::ref< T >::release(), aims::SplineResampler< T >::resample_channel_inv_to_vox(), carto::rc_ptr< Volume< T > >::reset(), and verbose.
|
inlinestatic |
Definition at line 726 of file splineresampler_d.h.