]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkImageReader.h
re-indent / Fix comments
[bbtk.git] / packages / itk / src / bbitkImageReader.h
index a651d17450b8558cea45905993b8ee0b251df93c..fa25357a747db42c510ade8b80e40ce7060b4494 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbitkImageReader.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:21 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2010/04/08 14:37:58 $
+  Version:   $Revision: 1.9 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -56,7 +56,7 @@ namespace bbitk
                             bbtk::AtomicBlackBox);
 
     BBTK_DECLARE_INPUT(In,std::string);
-    BBTK_DECLARE_OUTPUT(Out,anyImagePointer);
+    BBTK_DECLARE_OUTPUT(Out, anyImagePointer);
     BBTK_PROCESS(Read);
     void Read();
 
@@ -71,11 +71,11 @@ namespace bbitk
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageReader,bbtk::AtomicBlackBox);
   BBTK_NAME("ImageReader");
   BBTK_AUTHOR("laurent.guigues at creatis.insa-lyon.fr");
-  BBTK_CATEGORY("image;read/write");
+  BBTK_CATEGORY("image; read/write");
   BBTK_DESCRIPTION("Generic itk image reader");
-  BBTK_INPUT(ImageReader,In,
-            "filename with complete path",std::string,"file name");
-  BBTK_OUTPUT(ImageReader,Out,"Output image",anyImagePointer,"");
+  BBTK_INPUT(ImageReader, In,
+            "filename with complete path", std::string,"file name");
+  BBTK_OUTPUT(ImageReader, Out, "Output image" ,anyImagePointer,"");
   BBTK_END_DESCRIBE_BLACK_BOX(ImageReader);
   //=================================================================