]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Functors/Base.h
...
[FrontAlgorithms.git] / lib / fpa / Image / Functors / Base.h
index 622cc0a0642f8ef23c54e19613f9ca38134d2ee2..45bd84635afa5ad8b84a5e9bfa85320724a8c794 100644 (file)
@@ -29,8 +29,8 @@ namespace fpa
       public:
         itkTypeMacro( Base, itk::FunctionBase );
 
-        itkGetConstObjectMacro( Image, TImageBase );
-        itkSetConstObjectMacro( Image, TImageBase );
+        itkGetConstObjectMacro( Image, TImage );
+        itkSetConstObjectMacro( Image, TImage );
 
       protected:
         Base( ) : Superclass( ) { }
@@ -42,7 +42,7 @@ namespace fpa
         Self& operator=( const Self& other );
 
       protected:
-        typename TImageBase::ConstPointer m_Image;
+        typename TImage::ConstPointer m_Image;
       };
 
     } // ecapseman