]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Dijkstra.h
...
[FrontAlgorithms.git] / lib / fpa / Image / Dijkstra.h
index 37c28e808458eeed85c4713f5b8bf1a123fc36a7..118cc27abc76593139574fc50b05d344e15a6006 100644 (file)
@@ -27,11 +27,6 @@ namespace fpa
       typedef typename Superclass::TOutput TOutput;
       typedef typename Superclass::TVertex TVertex;
 
-      typedef fpa::Image::Functors::Base< _TInputImage, fpa::Base::DijkstraCostFunctionBase< TVertex, TOutput > > TCostFunction;
-
-    protected:
-      typedef typename Superclass::_TQueueNode _TQueueNode;
-
     public:
       itkNewMacro( Self );
       itkTypeMacro( fpa::Image::Dijkstra, fpa::Base::Dijkstra );
@@ -40,8 +35,6 @@ namespace fpa
       Dijkstra( );
       virtual ~Dijkstra( );
 
-      virtual void _BeforeGenerateData( ) fpa_OVERRIDE;
-
     private:
       // Purposely not defined
       Dijkstra( const Self& other );