From: Esteban Correa Date: Mon, 15 Apr 2013 15:15:52 +0000 (+0200) Subject: Spacing type changed to double X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d61464bb88b2b84eb741332913d6c3701d329609;p=bbtk.git Spacing type changed to double --- diff --git a/packages/itk/src/bbitkImageProperties.cxx b/packages/itk/src/bbitkImageProperties.cxx index 458531f..8004f5c 100644 --- a/packages/itk/src/bbitkImageProperties.cxx +++ b/packages/itk/src/bbitkImageProperties.cxx @@ -106,9 +106,9 @@ namespace bbitk bbSetOutputSize(vsz); typename itkImageType::SpacingType sp = im->GetSpacing(); - std::vector vsp; + std::vector vsp; for (unsigned int i=0;i); BBTK_DECLARE_OUTPUT(Size,std::vector); - BBTK_DECLARE_OUTPUT(Spacing,std::vector); + BBTK_DECLARE_OUTPUT(Spacing,std::vector); BBTK_DECLARE_OUTPUT(MinMax,std::vector); BBTK_PROCESS(DoIt); void DoIt(); @@ -93,7 +93,7 @@ namespace bbitk BBTK_OUTPUT(ImageProperties,LargestPossibleRegion,"Global extent of the image",anyImageRegion,""); BBTK_OUTPUT(ImageProperties,Index,"Origin of the image",std::vector,"image index"); BBTK_OUTPUT(ImageProperties,Size,"Size in each dimension",std::vector,"image size"); - BBTK_OUTPUT(ImageProperties,Spacing,"Size of the voxels",std::vector,"voxel size"); + BBTK_OUTPUT(ImageProperties,Spacing,"Size of the voxels",std::vector,"voxel size"); BBTK_OUTPUT(ImageProperties,MinMax,"Minimum and the maximum intensity values of an image",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(ImageProperties); //=================================================================