X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FImage%2FDijkstra.h;h=253f97380b312e4e252ef5944fcc2f2d348084ba;hb=d80032f7c6cb6cdfe9f4d85162112e8c190647d5;hp=37c28e808458eeed85c4713f5b8bf1a123fc36a7;hpb=ea46079b5aef76c1782648ed23e70ea944649635;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/Dijkstra.h b/lib/fpa/Image/Dijkstra.h index 37c28e8..253f973 100644 --- a/lib/fpa/Image/Dijkstra.h +++ b/lib/fpa/Image/Dijkstra.h @@ -29,9 +29,6 @@ namespace fpa 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 );