X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fitk%2Fsrc%2FbbitkImageProperties.h;fp=packages%2Fitk%2Fsrc%2FbbitkImageProperties.h;h=f1bf25bfd2296df8ba241d150500b7f9c2129aac;hb=285ee5f1317074a4daec697ce27c9c53fdbf0793;hp=4149e44b420d51d01b7fb55544fbe6601720f0ce;hpb=837b3ed9344947560cc322c78bddb74b755683b4;p=bbtk.git diff --git a/packages/itk/src/bbitkImageProperties.h b/packages/itk/src/bbitkImageProperties.h index 4149e44..f1bf25b 100644 --- a/packages/itk/src/bbitkImageProperties.h +++ b/packages/itk/src/bbitkImageProperties.h @@ -70,7 +70,8 @@ namespace bbitk BBTK_DECLARE_OUTPUT(Index,std::vector); BBTK_DECLARE_OUTPUT(Size,std::vector); BBTK_DECLARE_OUTPUT(Origin,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(); @@ -95,7 +96,7 @@ namespace bbitk BBTK_OUTPUT(ImageProperties,Index,"Index of the image",std::vector,"image index"); BBTK_OUTPUT(ImageProperties,Size,"Size in each dimension",std::vector,"image size"); BBTK_OUTPUT(ImageProperties,Origin,"Origin of the image",std::vector,"image origin"); - 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); //=================================================================