X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkImageReader.h;h=fa25357a747db42c510ade8b80e40ce7060b4494;hb=2cf6984d47474fb5efa88ba81f42c3c5411edca2;hp=a651d17450b8558cea45905993b8ee0b251df93c;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/itk/src/bbitkImageReader.h b/packages/itk/src/bbitkImageReader.h index a651d17..fa25357 100644 --- a/packages/itk/src/bbitkImageReader.h +++ b/packages/itk/src/bbitkImageReader.h @@ -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); //=================================================================