X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkGuerreroVentilation.cxx;h=cd0897001a7093c8886bdaa27e814a181b5f1620;hb=58022431bbadc0a2eaeab74cb2f282caa7ec5e54;hp=c155c2ac70a93ef10c29984c43508c07a9f67fe1;hpb=0083c3fb2c66812489631c7551709d121de51625;p=clitk.git diff --git a/tools/clitkGuerreroVentilation.cxx b/tools/clitkGuerreroVentilation.cxx index c155c2a..cd08970 100644 --- a/tools/clitkGuerreroVentilation.cxx +++ b/tools/clitkGuerreroVentilation.cxx @@ -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 +===========================================================================**/ /** ------------------------------------------------= * @file clitkGuerreroVentilation.cxx @@ -11,7 +28,8 @@ #include "clitkIO.h" //-------------------------------------------------------------------- -int main(int argc, char * argv[]) { +int main(int argc, char * argv[]) +{ // Init command line GGO(clitkGuerreroVentilation, args_info); @@ -20,7 +38,7 @@ int main(int argc, char * argv[]) { // Read image dimension itk::ImageIOBase::Pointer header = clitk::readImageHeader(args_info.input_arg); //unsigned int dim = header->GetNumberOfDimensions(); - + // Check parameters // Main filter clitk::GuerreroVentilationGenericFilter filter; @@ -31,6 +49,6 @@ int main(int argc, char * argv[]) { filter.SetUseCorrectFormula(args_info.correct_flag); filter.Update(); - // this is the end my friend + // this is the end my friend return 0; } // end main