X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FImage%2FDijkstra.h;h=118cc27abc76593139574fc50b05d344e15a6006;hb=40fb0405cfef444001429f8ba49c407ce9168a94;hp=37c28e808458eeed85c4713f5b8bf1a123fc36a7;hpb=ea46079b5aef76c1782648ed23e70ea944649635;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/Dijkstra.h b/lib/fpa/Image/Dijkstra.h index 37c28e8..118cc27 100644 --- a/lib/fpa/Image/Dijkstra.h +++ b/lib/fpa/Image/Dijkstra.h @@ -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 );