X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkDecomposeAndReconstructImageFilter.h;h=bf97509a7bc43beb32b4e3f955df26ca50aba4c8;hb=31ae3f744e457adcd92677eaddd4c54d2702a392;hp=43cbecb76b3abc3ceca348dfddaa6f7a376d924b;hpb=23e1206b38d3b26f254fd01ebb5e0f0b5bb193fa;p=clitk.git diff --git a/itk/clitkDecomposeAndReconstructImageFilter.h b/itk/clitkDecomposeAndReconstructImageFilter.h index 43cbecb..bf97509 100644 --- a/itk/clitkDecomposeAndReconstructImageFilter.h +++ b/itk/clitkDecomposeAndReconstructImageFilter.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 clitkDecomposeAndReconstructImageFilter_h #define clitkDecomposeAndReconstructImageFilter_h @@ -114,7 +131,7 @@ namespace clitk // // Threaded Generate Data // void BeforeThreadedGenerateData(void ); - // void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, int threadId ); + // void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, ThreadIdType threadId ); // void AfterThreadedGenerateData(void ); // // Override defaults // virtual void GenerateInputRequestedRegion();