X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FMarksInterface.h;h=96444575d59e50bbbf27b1fa47752f6f8bc01669;hb=89393f2267e42e921571c0184320d6c6382f34ab;hp=3b9976571ee0d1a543c97d6786133566f3fd2928;hpb=721b19efb3da24f38076b689517b6ed1ddbd03d2;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/MarksInterface.h b/lib/fpa/Base/MarksInterface.h index 3b99765..9644457 100644 --- a/lib/fpa/Base/MarksInterface.h +++ b/lib/fpa/Base/MarksInterface.h @@ -27,7 +27,7 @@ namespace fpa virtual bool _IsMarked( const TVertex& v ) const = 0; virtual unsigned long _GetMark( const TVertex& v ) const = 0; - virtual bool _Mark( const TVertex& v, unsigned long frontId ) = 0; + virtual void _Mark( const TVertex& v, unsigned long frontId ) = 0; virtual void _InitMarks( unsigned long nSeeds ); virtual bool _Collisions( const TVertex& a, const TVertex& b );