]> Creatis software - creaImageIO.git/commitdiff
#3102 creaImageIO Feature New Normal - Code style
authorEduardo DAVILA <davila@localhost.localdomain>
Wed, 12 Jul 2017 06:46:20 +0000 (08:46 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Wed, 12 Jul 2017 06:46:20 +0000 (08:46 +0200)
bbtk/src/bbcreaImageIOItkImagesChooserDialogBox.h

index c110c0936a3def2fedc75e9392e2eb40d7f50c5a..fa1d9106742b27a8d1609938d79bedd597f5c5fe 100644 (file)
@@ -87,16 +87,17 @@ class bbcreaImageIO_EXPORT ItkImagesChooserDialogBox
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ItkImagesChooserDialogBox,bbtk::AtomicBlackBox);
-BBTK_NAME("ItkImagesChooserDialogBox");
-BBTK_AUTHOR("cervenansky.frederic@creatis.insa-lyon.fr");
-BBTK_DESCRIPTION("ImagesChooserDialogBox is a simple application to select file(s) or directory or data from Gimmick database, handle them as ITKImage and/or display them. It handles Analayze, DICOM, jpg, tif, png, bmp and mhd.");
-BBTK_CATEGORY("image;reader;dicom;");
 
+  BBTK_NAME("ItkImagesChooserDialogBox");
+  BBTK_AUTHOR("cervenansky.frederic@creatis.insa-lyon.fr");
+  BBTK_DESCRIPTION("ImagesChooserDialogBox is a simple application to select file(s) or directory or data from Gimmick database, handle them as ITKImage and/or display them. It handles Analayze, DICOM, jpg, tif, png, bmp and mhd.");
+  BBTK_CATEGORY("image;reader;dicom;");
+
+  BBTK_INPUT(ItkImagesChooserDialogBox,Title,"Title of the dialog",std::string,"");
+  BBTK_OUTPUT(ItkImagesChooserDialogBox,OutVImages,"The selected Vtkimage",OutputImagesVTKType,"");
+  BBTK_OUTPUT(ItkImagesChooserDialogBox,Out,"Output Image",bbitk::anyImagePointer,"");
+  BBTK_OUTPUT(ItkImagesChooserDialogBox,OutIImages,"Vector of selected images",OutputImagesITKType,"");
 
-BBTK_INPUT(ItkImagesChooserDialogBox,Title,"Title of the dialog",std::string,"");
-BBTK_OUTPUT(ItkImagesChooserDialogBox,OutVImages,"The selected Vtkimage",OutputImagesVTKType,"");
-BBTK_OUTPUT(ItkImagesChooserDialogBox,Out,"Output Image",bbitk::anyImagePointer,"");
-BBTK_OUTPUT(ItkImagesChooserDialogBox,OutIImages,"Vector of selected images",OutputImagesITKType,"");
 BBTK_END_DESCRIBE_BLACK_BOX(ItkImagesChooserDialogBox);
 
 //=====