X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FAlgorithm.h;h=5a02d6ebc2e0843a0e6d0bdb1132983c3c22a173;hb=89393f2267e42e921571c0184320d6c6382f34ab;hp=43f7a08c647fc9de4a77f37d21330d7e388aaf0e;hpb=721b19efb3da24f38076b689517b6ed1ddbd03d2;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/Algorithm.h b/lib/fpa/Base/Algorithm.h index 43f7a08..5a02d6e 100644 --- a/lib/fpa/Base/Algorithm.h +++ b/lib/fpa/Base/Algorithm.h @@ -99,8 +99,8 @@ namespace fpa virtual TInputValue _GetInputValue( const TVertex& v ) const = 0; virtual TOutputValue _GetOutputValue( const TVertex& v ) const = 0; - virtual bool _ComputeOutputValue( TNode& n ) = 0; - virtual void _UpdateOutputValue( const TNode& n ) = 0; + virtual void _ComputeOutputValue( TNode& n ) = 0; + virtual void _UpdateOutputValue( TNode& n ) = 0; virtual void _QueueClear( ) = 0; virtual void _QueuePush( const TNode& node ) = 0; virtual unsigned long _QueueSize( ) const = 0;