![]() |
aimsalgo
5.1.2
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 655 of file splineresampler_d.h.
typedef carto::DataTypeTraits<T>::ChannelType aims::MultiChannelResamplerSwitch< true, T >::ChannelType |
Definition at line 657 of file splineresampler_d.h.
|
inlinestatic |
Definition at line 659 of file splineresampler_d.h.
References aims::SplineResampler< T >::doResampleChannel(), carto::rc_ptr< class >::reset(), aims::SplineResampler< T >::updateParametersChannel(), and carto::verbose.
|
inlinestatic |
Definition at line 692 of file splineresampler_d.h.
References carto::VolumeRef< class >::copyHeaderFrom(), carto::VolumeProxy< class >::getSizeT(), carto::VolumeProxy< class >::getSizeX(), carto::VolumeProxy< class >::getSizeY(), carto::VolumeProxy< class >::getSizeZ(), carto::VolumeProxy< class >::getVoxelSize(), carto::Headered::header(), carto::VolumeRef< class >::header(), carto::ref< class >::release(), aims::SplineResampler< T >::resample_channel_inv_to_vox(), carto::rc_ptr< class >::reset(), carto::PropertySet::setProperty(), and verbose.
|
inlinestatic |
Definition at line 740 of file splineresampler_d.h.