X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkWriteDicomSeries.cxx;h=f026fef986d6a6eb2ef673b2bbe44197d3f85755;hb=1c3642221e8bddabf9995271e41d36bd9c6772ab;hp=a54d1adaba5e12476708e32cd4fbc70ff23d46b4;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/tools/clitkWriteDicomSeries.cxx b/tools/clitkWriteDicomSeries.cxx index a54d1ad..f026fef 100644 --- a/tools/clitkWriteDicomSeries.cxx +++ b/tools/clitkWriteDicomSeries.cxx @@ -1,9 +1,9 @@ /*========================================================================= Program: vv http://www.creatis.insa-lyon.fr/rio/vv - Authors belong to: + Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.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 @@ -14,15 +14,15 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ /* ================================================= * @file clitkWriteDicomSeries.cxx * @author Jef Vandemeulebroucke * @date 4th of August - * + * * @brief Write a volume into a series with the header of another series - * + * ===================================================*/ @@ -30,10 +30,11 @@ #include "clitkWriteDicomSeries_ggo.h" #include "clitkIO.h" #include "clitkWriteDicomSeriesGenericFilter.h" - +#include "clitkCommon.h" //-------------------------------------------------------------------- -int main(int argc, char * argv[]) { +int main(int argc, char * argv[]) +{ // Init command line GGO(clitkWriteDicomSeries, args_info); @@ -42,7 +43,7 @@ int main(int argc, char * argv[]) { // Filter typedef clitk::WriteDicomSeriesGenericFilter FilterType; FilterType::Pointer genericFilter = FilterType::New(); - + genericFilter->SetArgsInfo(args_info); genericFilter->Update();