X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkLocallyAdaptiveThresholdConnectedImageFilter.h;h=2d38caaefde6adf5d56cd33292913cfd48699fc1;hb=c8b7a0550e22bf11fd40320d3dddc56f11ea7a8c;hp=76a8b4c1a1c9d71e39e58d258689c3983237b295;hpb=4349d9559841dc0cbdd341d8a764ff605a1224fc;p=clitk.git diff --git a/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h b/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h index 76a8b4c..2d38caa 100644 --- a/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h +++ b/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef __clitkLocallyAdaptiveThresholdConnectedImageFilter_h #define __clitkLocallyAdaptiveThresholdConnectedImageFilter_h #include "itkImage.h" @@ -61,7 +61,7 @@ public: typedef typename OutputImageType::RegionType OutputImageRegionType; typedef typename OutputImageType::PixelType OutputImagePixelType; - void PrintSelf ( std::ostream& os, itk::Indent indent ) const; + void PrintSelf ( std::ostream& os, itk::Indent indent ) const ITK_OVERRIDE; /** Clear the seeds */ void ClearSeeds(); @@ -145,11 +145,11 @@ protected: double m_MaximumSD; // Override since the filter needs all the data for the algorithm - void GenerateInputRequestedRegion(); + void GenerateInputRequestedRegion() ITK_OVERRIDE; // Override since the filter produces the entire dataset - void EnlargeOutputRequestedRegion(itk::DataObject *output); - void GenerateData(); + void EnlargeOutputRequestedRegion(itk::DataObject *output) ITK_OVERRIDE; + void GenerateData() ITK_OVERRIDE; private: LocallyAdaptiveThresholdConnectedImageFilter(const Self&); //purposely not implemented