]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTArteries/CTArteries.h
...
[FrontAlgorithms.git] / appli / CTArteries / CTArteries.h
index 487591727991386fc80719f847da06803db7f93f..b3e97c53e2225773045716aeb2f9fe212fcb1598 100644 (file)
@@ -72,10 +72,12 @@ protected:
   void _openDicom( const std::string& dirname );
   void _showInputImage( );
 
-  void _process( );
+  void _process( const std::vector< TImage::PointType >& seeds );
   void _prepareQuantification( );
   void _showProcessResults( );
 
+  void _ExecuteLog( const std::string& fname );
+
 protected slots:
   void _sOpen( );
   void _sConfig( );