X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkImageProperties.cxx;h=4acf845f0f04b459068ec8b8837c4a4cf696983c;hb=a48bf3d21a4f9a6b54792b965878c7f69c2099f4;hp=5d54e743dec3eb24b9a5a24e26600f0581f45231;hpb=6575a389b71b1b85c79e4444885becb76ecf16e4;p=bbtk.git diff --git a/packages/itk/src/bbitkImageProperties.cxx b/packages/itk/src/bbitkImageProperties.cxx index 5d54e74..4acf845 100644 --- a/packages/itk/src/bbitkImageProperties.cxx +++ b/packages/itk/src/bbitkImageProperties.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbitkImageProperties.cxx,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:21 $ - Version: $Revision: 1.6 $ + Date: $Date: 2009/07/23 12:27:35 $ + Version: $Revision: 1.9 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -45,7 +45,20 @@ namespace bbitk BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk,ImageProperties); - + //----------------------------------------------------------------- + void ImageProperties::bbUserSetDefaultValues() + { + } + + //----------------------------------------------------------------- + void ImageProperties::bbUserInitializeProcessing() + { + } + + //----------------------------------------------------------------- + void ImageProperties::bbUserFinalizeProcessing() + { + } void ImageProperties::DoIt() @@ -66,7 +79,7 @@ namespace bbitk <<">()"<(); + itkImageType* im = bbGetInputIn().get(); unsigned int dim = im->GetImageDimension(); bbSetOutputTypeName(bbtk::TypeName()); @@ -76,17 +89,30 @@ namespace bbitk const typename itkImageType::IndexType& ind = r.GetIndex(); std::vector vind; - for (unsigned int i=0;i vsz; - for (unsigned int i=0;iGetSpacing(); std::vector vsp; - for (unsigned int i=0;i