]> Creatis software - FrontAlgorithms.git/blob - lib/fpa/Image/IncrementalRegionGrow.hxx
...
[FrontAlgorithms.git] / lib / fpa / Image / IncrementalRegionGrow.hxx
1 #ifndef __FPA__IMAGE__INCREMENTALREGIONGROW__HXX__
2 #define __FPA__IMAGE__INCREMENTALREGIONGROW__HXX__
3
4 // -------------------------------------------------------------------------
5 template< class I, class O >
6 fpa::Image::IncrementalRegionGrow< I, O >::
7 IncrementalRegionGrow( )
8   : Superclass( )
9 {
10 }
11
12 // -------------------------------------------------------------------------
13 template< class I, class O >
14 fpa::Image::IncrementalRegionGrow< I, O >::
15 ~IncrementalRegionGrow( )
16 {
17 }
18
19 // -------------------------------------------------------------------------
20 template< class I, class O >
21 void fpa::Image::IncrementalRegionGrow< I, O >::
22 _InitResults( )
23 {
24   this->Superclass::_InitResults( );
25   this->GetOutput( )->FillBuffer( this->m_OutsideValue );
26 }
27
28 #endif // __FPA__IMAGE__INCREMENTALREGIONGROW__HXX__
29
30 // eof - $RCSfile$