]> Creatis software - clitk.git/blobdiff - itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h
With ITKv5, change VectorResample and VectorCast Image Filter to Resample and Cast...
[clitk.git] / itk / clitkLocallyAdaptiveThresholdConnectedImageFilter.h
index 76a8b4c1a1c9d71e39e58d258689c3983237b295..2d38caaefde6adf5d56cd33292913cfd48699fc1 100644 (file)
@@ -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