]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkImageProperties.h
no message
[bbtk.git] / packages / itk / src / bbitkImageProperties.h
index 8f20835356c61f5be23ea89786fe7eaedc3c62a2..ae6aab168264737ea7f557ee80cd6e7b7d3996ce 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbitkImageProperties.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:21 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2011/02/27 18:30:48 $
+  Version:   $Revision: 1.10 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -63,6 +63,7 @@ namespace bbitk
     BBTK_DECLARE_OUTPUT(Index,std::vector<int>);
     BBTK_DECLARE_OUTPUT(Size,std::vector<int>);
     BBTK_DECLARE_OUTPUT(Spacing,std::vector<float>);
+       BBTK_DECLARE_OUTPUT(MinMax,std::vector<float>);
     BBTK_PROCESS(DoIt);
     void DoIt();
 
@@ -71,7 +72,6 @@ namespace bbitk
     template<class ImageType> void DoIt();
   };
   //=================================================================
-  
 
   //=================================================================
   // BlackBox description
@@ -87,9 +87,9 @@ namespace bbitk
   BBTK_OUTPUT(ImageProperties,Index,"Origin of the image",std::vector<int>,"image index");
   BBTK_OUTPUT(ImageProperties,Size,"Size in each dimension",std::vector<int>,"image size");
   BBTK_OUTPUT(ImageProperties,Spacing,"Size of the voxels",std::vector<float>,"voxel size");
+  BBTK_OUTPUT(ImageProperties,MinMax,"Minimum and the maximum intensity values of an image",std::vector<float>,"");
   BBTK_END_DESCRIBE_BLACK_BOX(ImageProperties);
   //=================================================================
-  
 
 }
 //namespace bbitk