SIRF  3.4.0
Todo List
Member NiftyMoMo::Transformation::BilinearTransformImageAdjoint (const nifti_image *const sourceImage, const nifti_image *const sourceWeightsImage, const nifti_image *warpedImage, const nifti_image *const warpedWeightsImage)

: Decide if original switch statement is necessary at all.

: Remove reg_round macro with inline function

Member NiftyMoMo::Transformation::CubicSplineTransformImageAdjoint2D (const nifti_image *const sourceImage, const nifti_image *const sourceWeightsImage, const nifti_image *warpedImage, const nifti_image *const warpedWeightsImage)
: Decide if original switch statement is necessary at all.
Member NiftyMoMo::Transformation::CubicSplineTransformImageAdjoint3D (const nifti_image *const sourceImage, const nifti_image *const sourceWeightsImage, const nifti_image *warpedImage, const nifti_image *const warpedWeightsImage)
: Decide if original switch statement is necessary at all.
Member NiftyMoMo::Transformation::interpolation
Change into enumeration.
Member NiftyMoMo::Transformation::TransformImage (nifti_image *sourceImage, nifti_image *referenceImage)
Warped image is created here for now, however, we need to think about ownership of this image and deletion on destruction. Proposal: Generate an image class that takes care of this when it is no longer needed.
Member NiftyMoMo::Transformation::TrilinearTransformImageAdjoint (const nifti_image *const sourceImage, const nifti_image *const sourceWeightsImage, const nifti_image *warpedImage, const nifti_image *const warpedWeightsImage)
: Decide if original switch statement is necessary at all.
Member sirf::ImageDataProcessor
We should have a sirf::ImageDataProcessor which takes a sirf::ImageData, but that's too much work for now...
Member sirf::PETScatterEstimator::set_up ()
Return type should be void in the future.