]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/fpa/RegionGrowThresholdFunction.h
...
[FrontAlgorithms.git] / plugins / fpa / RegionGrowThresholdFunction.h
index 2f9694a29a635b07b8c768d04b7fc31e9ef50d1f..f2348c6b22be34d576be50a9e4a2fb31a27258c5 100644 (file)
@@ -28,10 +28,10 @@ namespace fpaPlugins
     RegionGrowThresholdFunction( );
     virtual ~RegionGrowThresholdFunction( );
 
-    virtual std::string _GenerateData( );
+    virtual void _GenerateData( ) ITK_OVERRIDE;
 
     template< class _TImage >
-      std::string _GD0( _TImage* image );
+      inline void _GD0( _TImage* image );
 
   private:
     // Purposely not implemented.