X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FSeedsInterface.h;fp=lib%2Ffpa%2FBase%2FSeedsInterface.h;h=d556f3aed3017b78411d48d12aabeff3188f8192;hb=75a965968c4234c08e1ad1700ee5bc8da6362eba;hp=8162675cf003469497f797b9c1cdd108e8dc7971;hpb=c9542e420b94b0bfc1f285599f7816eab1191519;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/SeedsInterface.h b/lib/fpa/Base/SeedsInterface.h index 8162675..d556f3a 100644 --- a/lib/fpa/Base/SeedsInterface.h +++ b/lib/fpa/Base/SeedsInterface.h @@ -10,12 +10,6 @@ #include #include -/* TODO - #include - #include - #include -*/ - namespace fpa { namespace Base @@ -30,53 +24,10 @@ namespace fpa typedef _TTraits TTraits; fpa_Base_TraitTypes( typename TTraits ); - /* TODO - typedef _TVertex TVertex; - typedef _TPoint TPoint; - typedef _TInputValue TInputValue; - typedef _TOutputValue TOutputValue; - typedef _TFrontId TFrontId; - typedef _TCompare TCompare; - typedef SeedsInterface Self; - - struct TSeed - { - TVertex Vertex; - TPoint Point; - bool IsPoint; - bool IsUnified; - TFrontId FrontId; - TSeed( ) - : IsUnified( false ), - FrontId( TFrontId( 0 ) ) - { } - }; - typedef std::vector< TSeed > TSeeds; - - struct TNode - { - TVertex Vertex; - TVertex Parent; - TFrontId FrontId; - - // Hack to hide the fact that seed values need to be initialized - mutable TOutputValue Value; - }; - struct TNodeCompare - { - bool operator()( const TNode& a, const TNode& b ) const - { - TCompare cmp; - return( cmp( a.Vertex, b.Vertex ) ); - } - }; - typedef std::set< TNode, TNodeCompare > TNodes; - */ - private: itkConceptMacro( Check_TFrontId, - ( itk::Concept::IsUnsignedInteger< _TFrontId > ) + ( itk::Concept::IsUnsignedInteger< TFrontId > ) ); public: