#ifndef __FPA__IMAGE__REGIONGROW__HXX__ #define __FPA__IMAGE__REGIONGROW__HXX__ // ------------------------------------------------------------------------- template< class I, class O > fpa::Image::RegionGrow< I, O >:: RegionGrow( ) : Superclass( ) { } // ------------------------------------------------------------------------- template< class I, class O > fpa::Image::RegionGrow< I, O >:: ~RegionGrow( ) { } // ------------------------------------------------------------------------- template< class I, class O > void fpa::Image::RegionGrow< I, O >:: _InitResults( ) { this->Superclass::_InitResults( ); if( this->m_GrowingFunction.IsNotNull( ) ) this->m_GrowingFunction->SetSpace( this->GetInput( ) ); this->GetOutput( )->FillBuffer( this->m_OutsideValue ); } #endif // __FPA__IMAGE__REGIONGROW__HXX__ // eof - $RCSfile$