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