]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTArteries/CTArteries.h
...
[FrontAlgorithms.git] / appli / CTArteries / CTArteries.h
index 487591727991386fc80719f847da06803db7f93f..90d9e09987e5e0d1ee4731a0ebf433299e9e230f 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <ivq/ITK/Simple3DCurve.h>
 
-#include <fpa/DataStructures/Image/Path.h>
+#include <ivq/ITK/ImagePath.h>
 
 #include "FourierSeries.h"
 
@@ -55,7 +55,7 @@ public:
 
   typedef itk::ImageToVTKImageFilter< TImage >       TVTKImage;
   typedef itk::ImageToVTKImageFilter< TScalarImage > TVTKScalarImage;
-  typedef fpa::DataStructures::Image::Path< Dim >    TAxis;
+  typedef ivq::ITK::ImagePath< Dim >                 TAxis;
   typedef ivq::ITK::Simple3DCurve< TScalar >         TCurve;
   typedef FourierSeries< TScalar, 2 >                TFourier;
 
@@ -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( );