![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
Go to the source code of this file.
Classes | |
class | aims::Interpolator |
class | aims::LinearInterpolator< T > |
Namespaces | |
aims | |
The class for EcatSino data write operation. | |
Functions | |
carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const std::string &) |
template<typename T > | |
carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< T > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< uint8_t > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< int8_t > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< uint16_t > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< int16_t > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< short > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< uint32_t > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< int32_t > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< float > &) |
template carto::rc_ptr< Interpolator > | aims::getLinearInterpolator (const AimsData< double > &) |