X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExplosionControlledThresholdConnectedImageFilter.h;h=f7a31dcf99d1e4777c65a67e425a939453434699;hb=342abd5c807dab47a30d8369aca8f7e5c9242b2b;hp=e325f375e8ec2e5edad7c0fc0b378d39dc47a8f8;hpb=23e1206b38d3b26f254fd01ebb5e0f0b5bb193fa;p=clitk.git diff --git a/itk/clitkExplosionControlledThresholdConnectedImageFilter.h b/itk/clitkExplosionControlledThresholdConnectedImageFilter.h index e325f37..f7a31dc 100644 --- a/itk/clitkExplosionControlledThresholdConnectedImageFilter.h +++ b/itk/clitkExplosionControlledThresholdConnectedImageFilter.h @@ -1,3 +1,20 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.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 + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +===========================================================================*/ #ifndef __clitkExplosionControlledThresholdConnectedImageFilter_h #define __clitkExplosionControlledThresholdConnectedImageFilter_h @@ -45,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(); @@ -161,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