X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExplosionControlledThresholdConnectedImageFilter.h;h=f7a31dcf99d1e4777c65a67e425a939453434699;hb=378ee630dce37a3e15baf3a8027542c2f8cf43de;hp=9211418f070c60998e06d2107b502bc8c8fca1e7;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/itk/clitkExplosionControlledThresholdConnectedImageFilter.h b/itk/clitkExplosionControlledThresholdConnectedImageFilter.h index 9211418..f7a31dc 100644 --- a/itk/clitkExplosionControlledThresholdConnectedImageFilter.h +++ b/itk/clitkExplosionControlledThresholdConnectedImageFilter.h @@ -62,7 +62,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(); @@ -178,11 +178,11 @@ protected: unsigned int m_MinimumSize; // 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: ExplosionControlledThresholdConnectedImageFilter(const Self&); //purposely not implemented