X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FSingleSeedInterface.hxx;h=c669618552e7b66eaaec344aac06f2cda44d5e52;hb=a44c34f8d4118730a65ab3a7f9b6fc12614ce67a;hp=6db301c8220517057abbda389daafc5721e533e9;hpb=0f167b3c36824ce1cd126e287aeeade116f60ccb;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/SingleSeedInterface.hxx b/lib/fpa/Base/SingleSeedInterface.hxx index 6db301c..c669618 100644 --- a/lib/fpa/Base/SingleSeedInterface.hxx +++ b/lib/fpa/Base/SingleSeedInterface.hxx @@ -6,6 +6,17 @@ #ifndef __fpa__Base__SingleSeedInterface__hxx__ #define __fpa__Base__SingleSeedInterface__hxx__ +// ------------------------------------------------------------------------- +template< class _TVertex, class _TPoint, class _TInputValue, class _TOutputValue, class _TFrontId, class _TCompare > +typename +fpa::Base::SingleSeedInterface< _TVertex, _TPoint, _TInputValue, _TOutputValue, _TFrontId, _TCompare >:: +TSeeds& +fpa::Base::SingleSeedInterface< _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