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