X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=plugins%2FITKImageInterpolators%2FLinearInterpolateImageFunction.h;fp=plugins%2FITKImageInterpolators%2FLinearInterpolateImageFunction.h;h=0000000000000000000000000000000000000000;hb=32cfe91acc85230333199444bc712ea86da65c4e;hp=6b3aabf7438572e5d81d396b04fb95ba2da55684;hpb=510ac31d52c1ac725baf278243c958e6c564b5b3;p=cpPlugins.git diff --git a/plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h b/plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h deleted file mode 100644 index 6b3aabf..0000000 --- a/plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef __cpPluginsITKImageInterpolators__LinearInterpolateImageFunction__h__ -#define __cpPluginsITKImageInterpolators__LinearInterpolateImageFunction__h__ - -#include -#include - -namespace cpPluginsITKImageInterpolators -{ - /** - */ - class cpPluginsITKImageInterpolators_EXPORT LinearInterpolateImageFunction - : public InterpolateImageFunction - { - cpPluginsObject( - LinearInterpolateImageFunction, - InterpolateImageFunction, - ITKImageInterpolators - ); - - public: - virtual void CreateInterpolator( - itk::LightObject* image, - const std::string& precision_type - ) cpPlugins_OVERRIDE; - - protected: - template< class _TImage > - inline void _GD0( _TImage* image ); - - template< class _TImage, class _TScalar > - inline void _GD1( _TImage* image ); - }; - -} // ecapseman - -#endif // __cpPluginsITKImageInterpolators__LinearInterpolateImageFunction__h__ - -// eof - $RCSfile$