X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkLocallyAdaptiveThresholdConnectedImageFilter.h;h=2d38caaefde6adf5d56cd33292913cfd48699fc1;hb=a1ec529a24b721fcfb2c5725f95bcc2c9125b28d;hp=dc71f7fea7853739f7ad26289b1732d54a75a017;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h b/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h index dc71f7f..2d38caa 100644 --- a/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.h +++ b/itk/clitkLocallyAdaptiveThresholdConnectedImageFilter.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