X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkImageProperties.h;h=25053b23d6d1d7604c2b5dc99d989552e53c2399;hb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;hp=e2987999a1d63eb8a424f0cfa226ea319856f3b4;hpb=c2a4b1893412e50a3d9abff221938a2d16c4a7cb;p=bbtk.git diff --git a/packages/itk/src/bbitkImageProperties.h b/packages/itk/src/bbitkImageProperties.h index e298799..25053b2 100644 --- a/packages/itk/src/bbitkImageProperties.h +++ b/packages/itk/src/bbitkImageProperties.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbitkImageProperties.h,v $ Language: C++ - Date: $Date: 2008/04/08 06:59:30 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/04/18 12:59:50 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,8 +40,8 @@ namespace bbitk class ImageProperties : public bbtk::AtomicBlackBox { - BBTK_USER_BLACK_BOX_INTERFACE(ImageProperties, - bbtk::AtomicBlackBox); + BBTK_BLACK_BOX_INTERFACE(ImageProperties, + bbtk::AtomicBlackBox); BBTK_DECLARE_INPUT(In,anyImagePointer); BBTK_DECLARE_OUTPUT(TypeName,std::string);