X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FFunctors%2FDijkstra%2FImage%2FIdentity.h;h=543a5eff56f42c778f492663a873c7d72865cfaa;hb=463b1ec45c70ca63aa9f19f8cb58ae5d5134e56b;hp=f69948665413c0d1ae71106aab99fa801d0983b2;hpb=e977d1bb57ca61759a1fb1a1d0d8937718ef8722;p=FrontAlgorithms.git diff --git a/lib/fpa/Functors/Dijkstra/Image/Identity.h b/lib/fpa/Functors/Dijkstra/Image/Identity.h index f699486..543a5ef 100644 --- a/lib/fpa/Functors/Dijkstra/Image/Identity.h +++ b/lib/fpa/Functors/Dijkstra/Image/Identity.h @@ -5,7 +5,7 @@ #ifndef __fpa__Functors__Dijkstra__Image__Identity__h__ #define __fpa__Functors__Dijkstra__Image__Identity__h__ -#include +#include namespace fpa { @@ -19,13 +19,13 @@ namespace fpa */ template< class _TImage, class _TValue > class Identity - : public fpa::Functors::BaseVertexFunction< typename _TImage::IndexType, _TValue > + : public fpa::Functors::VertexFunction< typename _TImage::IndexType, _TValue > { public: typedef _TImage TImage; typedef _TValue TValue; typedef typename TImage::IndexType TVertex; - typedef fpa::Functors::BaseVertexFunction< TVertex, TValue > Superclass; + typedef fpa::Functors::VertexFunction< TVertex, TValue > Superclass; typedef Identity Self; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; @@ -34,7 +34,7 @@ namespace fpa itkNewMacro( Self ); itkTypeMacro( fpa::Functors::Dijkstra::Image::Identity, - fpa::Functors::BaseVertexFunction + fpa::Functors::VertexFunction ); public: