X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FITKImageInterpolators%2FInterpolateImageFunction.h;h=ebf8f52272fd9db0b09ab032f61d33ade072fa4d;hb=8503ed517290328e3770807b09ff27bf55d66571;hp=3a10dab16151073eeaa90504f645d44f45ad173d;hpb=047bca987b3c26b529561b5ba3918156510501fe;p=cpPlugins.git diff --git a/plugins/ITKImageInterpolators/InterpolateImageFunction.h b/plugins/ITKImageInterpolators/InterpolateImageFunction.h index 3a10dab..ebf8f52 100644 --- a/plugins/ITKImageInterpolators/InterpolateImageFunction.h +++ b/plugins/ITKImageInterpolators/InterpolateImageFunction.h @@ -1,29 +1,29 @@ #ifndef __cpPluginsITKImageInterpolators__InterpolateImageFunction__h__ #define __cpPluginsITKImageInterpolators__InterpolateImageFunction__h__ -#include -#include +#include +#include namespace cpPluginsITKImageInterpolators { /** */ - class cpPluginsITKImageInterpolators_EXPORT InterpolateImageFunction - : public cpPlugins::BaseObjects::ProcessObject + class cpPlugins_ITKImageInterpolators_EXPORT InterpolateImageFunction + : public cpPlugins::Pipeline::ProcessObject { public: typedef InterpolateImageFunction Self; - typedef cpPlugins::BaseObjects::ProcessObject Superclass; + typedef cpPlugins::Pipeline::ProcessObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: - itkTypeMacro( BaseFilter, cpPlugins::BaseObjects::ProcessObject ); + itkTypeMacro( BaseFilter, cpPlugins::Pipeline::ProcessObject ); cpPlugins_Id_Macro( InterpolateImageFunction, ImageInterpolators ); public: - virtual void SetITK( itk::LightObject* o ) cpPlugins_OVERRIDE; - virtual void SetVTK( vtkObjectBase* o ) cpPlugins_OVERRIDE; + virtual void SetITK( itk::LightObject* o ) override; + virtual void SetVTK( vtkObjectBase* o ) override; protected: InterpolateImageFunction( ); @@ -36,7 +36,7 @@ namespace cpPluginsITKImageInterpolators ) = 0; protected: - virtual void _GenerateData( ) cpPlugins_OVERRIDE; + virtual void _GenerateData( ) override; private: // Purposely not implemented.