X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FSeedsInterface.hxx;fp=lib%2Ffpa%2FBase%2FSeedsInterface.hxx;h=5bfd16a45d8da329bcf6c377eb71f176ed03a50d;hb=0f167b3c36824ce1cd126e287aeeade116f60ccb;hp=5dd666ee53fbf5a719373ea0f27088f22ce569b2;hpb=5bd12737b3a5054d972501d15678d2a245753b77;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/SeedsInterface.hxx b/lib/fpa/Base/SeedsInterface.hxx index 5dd666e..5bfd16a 100644 --- a/lib/fpa/Base/SeedsInterface.hxx +++ b/lib/fpa/Base/SeedsInterface.hxx @@ -6,6 +6,17 @@ #ifndef __fpa__Base__SeedsInterface__hxx__ #define __fpa__Base__SeedsInterface__hxx__ +// ------------------------------------------------------------------------- +template< class _TVertex, class _TPoint, class _TInputValue, class _TOutputValue, class _TFrontId, class _TCompare > +typename +fpa::Base::SeedsInterface< _TVertex, _TPoint, _TInputValue, _TOutputValue, _TFrontId, _TCompare >:: +TSeeds& +fpa::Base::SeedsInterface< _TVertex, _TPoint, _TInputValue, _TOutputValue, _TFrontId, _TCompare >:: +GetSeeds( ) +{ + return( this->m_Seeds ); +} + // ------------------------------------------------------------------------- template< class _TVertex, class _TPoint, class _TInputValue, class _TOutputValue, class _TFrontId, class _TCompare > const typename