]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/SingleSeedInterface.hxx
...
[FrontAlgorithms.git] / lib / fpa / Base / SingleSeedInterface.hxx
index 6db301c8220517057abbda389daafc5721e533e9..c669618552e7b66eaaec344aac06f2cda44d5e52 100644 (file)
@@ -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