X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkImageProperties.cxx;h=397562063e7a7c94204577351ef4ba741dd74f95;hb=6bbabb32cba07ce95376c2cdcb804ee97050d453;hp=223950e857550ff35cc8ad932bcdc628dfadc24a;hpb=863de4f0ad1a8aa106a4893354aae3889354722c;p=bbtk.git diff --git a/packages/itk/src/bbitkImageProperties.cxx b/packages/itk/src/bbitkImageProperties.cxx index 223950e..3975620 100644 --- a/packages/itk/src/bbitkImageProperties.cxx +++ b/packages/itk/src/bbitkImageProperties.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbitkImageProperties.cxx,v $ Language: C++ - Date: $Date: 2008/04/18 12:59:50 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/06/19 09:46:44 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,6 +24,8 @@ #include "bbitkImageProperties.h" #include "bbitkPackage.h" + + namespace bbitk { BBTK_BLACK_BOX_IMPLEMENTATION(ImageProperties,bbtk::AtomicBlackBox); @@ -50,7 +52,8 @@ namespace bbitk <() <<">()"<(); + + itkImageType* im = bbGetInputIn().get(); unsigned int dim = im->GetImageDimension(); bbSetOutputTypeName(bbtk::TypeName());