X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FImage%2FMori.h;h=550864d7957de297a6f65bed47e84716af5903fb;hb=53d56cb3d8fe139843d5b2308f821cc05e7593e1;hp=a81016ce6b53c4f5d86a699117970678e79a2268;hpb=89393f2267e42e921571c0184320d6c6382f34ab;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/Mori.h b/lib/fpa/Image/Mori.h index a81016c..550864d 100644 --- a/lib/fpa/Image/Mori.h +++ b/lib/fpa/Image/Mori.h @@ -50,34 +50,32 @@ namespace fpa itkTypeMacro( fpa::Image::Mori, fpa::Base::Mori ); public: - TMarks* GetOutputLevels( ) - { - return( this->GetMarks( ) ); - } - const TMarks* GetOutputLevels( ) const - { - return( this->GetMarks( ) ); - } + TOutputImage* GetThresholdedOutput( ); + const TOutputImage* GetThresholdedOutput( ) const; protected: - Mori( ) - : Superclass( ) - { - } - virtual ~Mori( ) - { - } + Mori( ); + virtual ~Mori( ); + + virtual void _AfterGenerateData( ) override; private: // Purposely not implemented. Mori( const Self& other ); Self& operator=( const Self& other ); + + protected: + unsigned long m_ThresholdedOutputIdx; }; } // ecapseman } // ecapseman +#ifndef ITK_MANUAL_INSTANTIATION +# include +#endif // ITK_MANUAL_INSTANTIATION + #endif // __fpa__Image__Mori__h__ // eof - $RCSfile$