/*========================================================================= Program: bbtk Module: $RCSfile: bbitkImageProperties.cxx,v $ Language: C++ Date: $Date: 2008/02/05 12:03:01 $ Version: $Revision: 1.1 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or http://www.creatis.insa-lyon.fr/Public/bbtk/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ /** * \file * \brief */ #ifdef _USE_ITK_ #include "bbitkImageProperties.h" #include "bbitkPackage.h" namespace bbitk { BBTK_USER_BLACK_BOX_IMPLEMENTATION(ImageProperties,bbtk::UserBlackBox); BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk,ImageProperties); void ImageProperties::DoIt() { BBTK_TEMPLATE_ITK_IMAGE_SWITCH(bbGetInputIn().type(),DoIt); } /** Template Processing */ template void ImageProperties::DoIt() { bbtkDebugMessageInc("Core",9,"bbitk::ImageProperties::DoIt<" <() <<">()"<(); unsigned int dim = im->GetImageDimension(); bbSetOutputTypeName(bbtk::TypeName()); bbSetOutputDimension(dim); const typename itkImageType::RegionType& r =im->GetLargestPossibleRegion(); bbSetOutputLargestPossibleRegion(r); const typename itkImageType::IndexType& ind = r.GetIndex(); std::vector vind; for (int i=0;i vsz; for (int i=0;iGetSpacing(); std::vector vsp; for (int i=0;i