#ifndef __fpa__Image__Dijkstra__hxx__ #define __fpa__Image__Dijkstra__hxx__ #include // ------------------------------------------------------------------------- template< class _TInputImage, class _TOutputImage > fpa::Image::Dijkstra< _TInputImage, _TOutputImage >:: Dijkstra( ) : Superclass( ) { typedef fpa::Image::Functors::VertexCost< _TInputImage, TOutput > _TCost; typename _TCost::Pointer cost = _TCost::New( ); this->SetVertexFunction( cost ); } // ------------------------------------------------------------------------- template< class _TInputImage, class _TOutputImage > fpa::Image::Dijkstra< _TInputImage, _TOutputImage >:: ~Dijkstra( ) { } #endif // __fpa__Image__Dijkstra__hxx__ // eof - $RCSfile$